Html Css Color HEX #A820EC Blue Violet

📋 copy color: '#A820EC'

red 168 ◦ green 32 ◦ blue 236

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

Shades of Blue Violet #A820EC

Tints of Blue Violet #A820EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.34%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 38.53%
G = 7.34%
B = 54.13%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A820EC (or 0xA820EC) is known color: Blue Violet. HEX triplet: A8, 20 and EC. RGB value is (168,32,236). Sum of RGB (Red+Green+Blue) = 168+32+236=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #A820EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820EC is #57DF13. Grayscale: #5F5F5F. Windows color (decimal): -5758740 or 15474856. OLE color: 15474856.

HSL color Cylindrical-coordinate representation of color #A820EC: hue angle of 280º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A820EC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 32 236 -
CMYK 0.29 0.86 0 0.07
HSL 280º 0.84% 0.53% -
HSV(B) 280º 0.86% 0.93% -
XYZ 31.81 15.41 80.66 -
YUV 95.92 207.06 179.41 -
System Red Green Blue C M Y K H S L
Decimal 168 32 236 0.29 0.86 0 0.07 280 0.84 0.53
Hex A8 20 EC 1D 56 0 7 118 54 35
Octal 250 40 354 35 126 0 7 430 124 65
Binary 10101000 100000 11101100 11101 1010110 0 111 100011000 1010100 110101

Color Harmonies of #A820EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820EC

Black with #A820EC

Text Example


Text Example

White with #A820EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820EC; }

 p { color: rgb(168,32,236); }

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

background-color css

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

 a { background-color: rgb(168,32,236); }

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

border-color css

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

 span { border-color: rgb(168,32,236); }

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