#A838FB

Color #A838FB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A838FB

Tints of Blue Violet #A838FB

Color information

#A838FB (or 0xA838FB) is unknown color: approx Blue Violet. HEX triplet: A8, 38 and FB. RGB value is (168,56,251). Sum of RGB (Red+Green+Blue) = 168+56+251=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #A838FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838FB is #57C704. Grayscale: #6F6F6F. Windows color (decimal): -5752581 or 16464040. OLE color: 16464040.

HSL color Cylindrical-coordinate representation of color #A838FB: hue angle of 274.46º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A838FB is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16856251-
CMYK0.330.7800.02
HSL274.46º96.06%60.2%-
HSV(B)274.46º77.69%98.43%-
XYZ34.9818.1292.92-
YUV111.72206.61168.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 56 (22.27% from 255) = 11.79%
BLUE value IS 251 (98.44% from 255) = 52.84%
R=35.37%
G=11.79%
B=52.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168562510.330.7800.02274.4696.0660.2
HexA838FB214E02112603c
Octal25070373411160242214074
Binary101010001110001111101110000110011100101000100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838FB; }

 p { color: rgb(168,56,251); }

 H1.HeaderClassName
 {
   color: #A838FB;
 }
 .AnyTagClassName
 {
   color: #A838FB;
 }
</style>
background-color css

<style>
 a { background-color: #A838FB; }

 a { background-color: rgb(168,56,251); }

 div.DivClassName
 {
   background-color: #A838FB;
 }
 .BgClassName
 {
   background-color: #A838FB;
 }
</style>
border-color css

<style>
 span { border-color: #A838FB; }

 span { border-color: rgb(168,56,251); }

 td.TdClassName
 {
   border-color: #A838FB;
 }
 .TagClassName
 {
   border-color: #A838FB;
 }
</style>