#a24cff

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

Shades of Blue Violet #A24CFF

Tints of Blue Violet #A24CFF

Color information

#A24CFF (or 0xA24CFF) is unknown color: approx Blue Violet. HEX triplet: A2, 4C and FF. RGB value is (162,76,255). Sum of RGB (Red+Green+Blue) = 162+76+255=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #A24CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CFF is #5DB300. Grayscale: #797979. Windows color (decimal): -6140673 or 16731298. OLE color: 16731298.

HSL color Cylindrical-coordinate representation of color #A24CFF: hue angle of 268.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A24CFF is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16276255-
CMYK0.360.7000
HSL268.83º100%64.9%-
HSV(B)268.83º70.2%100%-
XYZ35.5320.0796.61-
YUV122.12202.99156.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 255 (100% from 255) = 51.72%
R=32.86%
G=15.42%
B=51.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal162762550.360.7000268.8310064.9
HexA24CFF24460010d6441
Octal2421143774410600415144101
Binary1010001010011001111111110010010001100010000110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24cff; }

 p { color: rgb(162,76,255); }

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

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

 a { background-color: rgb(162,76,255); }

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

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

 span { border-color: rgb(162,76,255); }

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