Html Css Color HEX #A24DF9 Blue Violet

📋 copy color: '#A24DF9'

red 162 ◦ green 77 ◦ blue 249

#A24DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A24DF9

Tints of Blue Violet #A24DF9

RGB

 RED value IS 162 (63.67% from 255) = 33.2%

 GREEN value IS 77 (30.47% from 255) = 15.78%

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 33.2%
G = 15.78%
B = 51.02%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A24DF9 (or 0xA24DF9) is known color: Blue Violet. HEX triplet: A2, 4D and F9. RGB value is (162,77,249). Sum of RGB (Red+Green+Blue) = 162+77+249=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #A24DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24DF9 is #5DB206. Grayscale: #797979. Windows color (decimal): -6140423 or 16338338. OLE color: 16338338.

HSL color Cylindrical-coordinate representation of color #A24DF9: hue angle of 269.65º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24DF9 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 77 249 -
CMYK 0.35 0.69 0 0.02
HSL 269.65º 0.93% 0.64% -
HSV(B) 269.65º 0.69% 0.98% -
XYZ 34.65 19.83 91.62 -
YUV 122.02 199.66 156.51 -
System Red Green Blue C M Y K H S L
Decimal 162 77 249 0.35 0.69 0 0.02 269.65 0.93 0.64
Hex A2 4D F9 23 45 0 2 10E 5D 40
Octal 242 115 371 43 105 0 2 416 135 100
Binary 10100010 1001101 11111001 100011 1000101 0 10 100001110 1011101 1000000

Color Harmonies of #A24DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DF9

Black with #A24DF9

Text Example


Text Example

White with #A24DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DF9; }

 p { color: rgb(162,77,249); }

 H1.HeaderClassName
 {
   color: #A24DF9;
 }
 .AnyTagClassName
 {
   color: #A24DF9;
 }
</style>

background-color css

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

 a { background-color: rgb(162,77,249); }

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

border-color css

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

 span { border-color: rgb(162,77,249); }

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