Html Css Color HEX #A920EE Blue Violet

📋 copy color: '#A920EE'

red 169 ◦ green 32 ◦ blue 238

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

Shades of Blue Violet #A920EE

Tints of Blue Violet #A920EE

RGB

 RED value IS 169 (66.41% from 255) = 38.5%

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 38.5%
G = 7.29%
B = 54.21%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A920EE (or 0xA920EE) is known color: Blue Violet. HEX triplet: A9, 20 and EE. RGB value is (169,32,238). Sum of RGB (Red+Green+Blue) = 169+32+238=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #A920EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A920EE is #56DF11. Grayscale: #5F5F5F. Windows color (decimal): -5693202 or 15605929. OLE color: 15605929.

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

Color convert

RGB 169 32 238 -
CMYK 0.29 0.87 0 0.07
HSL 279.9º 0.86% 0.53% -
HSV(B) 279.9º 0.87% 0.93% -
XYZ 32.31 15.64 82.2 -
YUV 96.45 207.89 179.75 -
System Red Green Blue C M Y K H S L
Decimal 169 32 238 0.29 0.87 0 0.07 279.9 0.86 0.53
Hex A9 20 EE 1D 57 0 7 118 56 35
Octal 251 40 356 35 127 0 7 430 126 65
Binary 10101001 100000 11101110 11101 1010111 0 111 100011000 1010110 110101

Color Harmonies of #A920EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920EE

Black with #A920EE

Text Example


Text Example

White with #A920EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920EE; }

 p { color: rgb(169,32,238); }

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

background-color css

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

 a { background-color: rgb(169,32,238); }

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

border-color css

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

 span { border-color: rgb(169,32,238); }

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