Html Css Color HEX #A602E0 Dark Violet

📋 copy color: '#A602E0'

red 166 ◦ green 2 ◦ blue 224

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

Shades of Dark Violet #A602E0

Tints of Dark Violet #A602E0

RGB

 RED value IS 166 (65.23% from 255) = 42.35%

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 224 (87.89% from 255) = 57.14%

R = 42.35%
G = 0.51%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A602E0 (or 0xA602E0) is known color: Dark Violet. HEX triplet: A6, 02 and E0. RGB value is (166,2,224). Sum of RGB (Red+Green+Blue) = 166+2+224=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #A602E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602E0 is #59FD1F. Grayscale: #4B4B4B. Windows color (decimal): -5897504 or 14680742. OLE color: 14680742.

HSL color Cylindrical-coordinate representation of color #A602E0: hue angle of 284.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602E0 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 2 224 -
CMYK 0.26 0.99 0 0.12
HSL 284.32º 0.98% 0.44% -
HSV(B) 284.32º 0.99% 0.88% -
XYZ 29.2 13.53 71.59 -
YUV 76.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 166 2 224 0.26 0.99 0 0.12 284.32 0.98 0.44
Hex A6 2 E0 1A 63 0 C 11C 62 2C
Octal 246 2 340 32 143 0 14 434 142 54
Binary 10100110 10 11100000 11010 1100011 0 1100 100011100 1100010 101100

Color Harmonies of #A602E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602E0

Black with #A602E0

Text Example


Text Example

White with #A602E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602E0; }

 p { color: rgb(166,2,224); }

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

background-color css

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

 a { background-color: rgb(166,2,224); }

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

border-color css

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

 span { border-color: rgb(166,2,224); }

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