Html Css Color HEX #A824E9 Blue Violet

📋 copy color: '#A824E9'

red 168 ◦ green 36 ◦ blue 233

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

Shades of Blue Violet #A824E9

Tints of Blue Violet #A824E9

RGB

 RED value IS 168 (66.02% from 255) = 38.44%

 GREEN value IS 36 (14.45% from 255) = 8.24%

 BLUE value IS 233 (91.41% from 255) = 53.32%

R = 38.44%
G = 8.24%
B = 53.32%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A824E9 (or 0xA824E9) is known color: Blue Violet. HEX triplet: A8, 24 and E9. RGB value is (168,36,233). Sum of RGB (Red+Green+Blue) = 168+36+233=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #A824E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824E9 is #57DB16. Grayscale: #616161. Windows color (decimal): -5757719 or 15279272. OLE color: 15279272.

HSL color Cylindrical-coordinate representation of color #A824E9: hue angle of 280.2º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A824E9 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 36 233 -
CMYK 0.28 0.85 0 0.09
HSL 280.2º 0.82% 0.53% -
HSV(B) 280.2º 0.85% 0.91% -
XYZ 31.49 15.47 78.42 -
YUV 97.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 168 36 233 0.28 0.85 0 0.09 280.2 0.82 0.53
Hex A8 24 E9 1C 55 0 9 118 52 35
Octal 250 44 351 34 125 0 11 430 122 65
Binary 10101000 100100 11101001 11100 1010101 0 1001 100011000 1010010 110101

Color Harmonies of #A824E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824E9

Black with #A824E9

Text Example


Text Example

White with #A824E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824E9; }

 p { color: rgb(168,36,233); }

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

background-color css

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

 a { background-color: rgb(168,36,233); }

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

border-color css

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

 span { border-color: rgb(168,36,233); }

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