Html Css Color HEX #A824E8 Blue Violet

📋 copy color: '#A824E8'

red 168 ◦ green 36 ◦ blue 232

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

Shades of Blue Violet #A824E8

Tints of Blue Violet #A824E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.21%

R = 38.53%
G = 8.26%
B = 53.21%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A824E8 (or 0xA824E8) is known color: Blue Violet. HEX triplet: A8, 24 and E8. RGB value is (168,36,232). Sum of RGB (Red+Green+Blue) = 168+36+232=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #A824E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824E8 is #57DB17. Grayscale: #616161. Windows color (decimal): -5757720 or 15213736. OLE color: 15213736.

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

Color convert

RGB 168 36 232 -
CMYK 0.28 0.84 0 0.09
HSL 280.41º 0.81% 0.53% -
HSV(B) 280.41º 0.84% 0.91% -
XYZ 31.34 15.41 77.67 -
YUV 97.81 203.73 178.06 -
System Red Green Blue C M Y K H S L
Decimal 168 36 232 0.28 0.84 0 0.09 280.41 0.81 0.53
Hex A8 24 E8 1C 54 0 9 118 51 35
Octal 250 44 350 34 124 0 11 430 121 65
Binary 10101000 100100 11101000 11100 1010100 0 1001 100011000 1010001 110101

Color Harmonies of #A824E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824E8

Black with #A824E8

Text Example


Text Example

White with #A824E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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