Html Css Color HEX #A824EB Blue Violet

📋 copy color: '#A824EB'

red 168 ◦ green 36 ◦ blue 235

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

Shades of Blue Violet #A824EB

Tints of Blue Violet #A824EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 38.27%
G = 8.2%
B = 53.53%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A824EB (or 0xA824EB) is known color: Blue Violet. HEX triplet: A8, 24 and EB. RGB value is (168,36,235). Sum of RGB (Red+Green+Blue) = 168+36+235=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #A824EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824EB is #57DB14. Grayscale: #616161. Windows color (decimal): -5757717 or 15410344. OLE color: 15410344.

HSL color Cylindrical-coordinate representation of color #A824EB: hue angle of 279.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A824EB is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 36 235 -
CMYK 0.29 0.85 0 0.08
HSL 279.8º 0.83% 0.53% -
HSV(B) 279.8º 0.85% 0.92% -
XYZ 31.77 15.58 79.93 -
YUV 98.15 205.23 177.82 -
System Red Green Blue C M Y K H S L
Decimal 168 36 235 0.29 0.85 0 0.08 279.8 0.83 0.53
Hex A8 24 EB 1D 55 0 8 118 53 35
Octal 250 44 353 35 125 0 10 430 123 65
Binary 10101000 100100 11101011 11101 1010101 0 1000 100011000 1010011 110101

Color Harmonies of #A824EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824EB

Black with #A824EB

Text Example


Text Example

White with #A824EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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