#A838FF

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

Shades of Blue Violet #A838FF

Tints of Blue Violet #A838FF

Color information

#A838FF (or 0xA838FF) is unknown color: approx Blue Violet. HEX triplet: A8, 38 and FF. RGB value is (168,56,255). Sum of RGB (Red+Green+Blue) = 168+56+255=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #A838FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838FF is #57C700. Grayscale: #6F6F6F. Windows color (decimal): -5752577 or 16726184. OLE color: 16726184.

HSL color Cylindrical-coordinate representation of color #A838FF: hue angle of 273.77º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A838FF is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16856255-
CMYK0.340.7800
HSL273.77º100%60.98%-
HSV(B)273.77º78.04%100%-
XYZ35.6118.3796.28-
YUV112.17208.61167.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 56 (22.27% from 255) = 11.69%
BLUE value IS 255 (100% from 255) = 53.24%
R=35.07%
G=11.69%
B=53.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal168562550.340.7800273.7710060.98
HexA838FF224E00112643d
Octal25070377421160042214475
Binary10101000111000111111111000101001110001000100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838FF; }

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

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

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

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

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

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

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

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