Html Css Color HEX #A820E7 Blue Violet

📋 copy color: '#A820E7'

red 168 ◦ green 32 ◦ blue 231

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

Shades of Blue Violet #A820E7

Tints of Blue Violet #A820E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.6%

R = 38.98%
G = 7.42%
B = 53.6%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A820E7 (or 0xA820E7) is known color: Blue Violet. HEX triplet: A8, 20 and E7. RGB value is (168,32,231). Sum of RGB (Red+Green+Blue) = 168+32+231=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #A820E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820E7 is #57DF18. Grayscale: #5E5E5E. Windows color (decimal): -5758745 or 15147176. OLE color: 15147176.

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

Color convert

RGB 168 32 231 -
CMYK 0.27 0.86 0 0.09
HSL 281.01º 0.81% 0.52% -
HSV(B) 281.01º 0.86% 0.91% -
XYZ 31.09 15.13 76.88 -
YUV 95.35 204.56 179.82 -
System Red Green Blue C M Y K H S L
Decimal 168 32 231 0.27 0.86 0 0.09 281.01 0.81 0.52
Hex A8 20 E7 1B 56 0 9 119 51 34
Octal 250 40 347 33 126 0 11 431 121 64
Binary 10101000 100000 11100111 11011 1010110 0 1001 100011001 1010001 110100

Color Harmonies of #A820E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820E7

Black with #A820E7

Text Example


Text Example

White with #A820E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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