Html Css Color HEX #A002EB Dark Violet

📋 copy color: '#A002EB'

red 160 ◦ green 2 ◦ blue 235

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

Shades of Dark Violet #A002EB

Tints of Dark Violet #A002EB

RGB

 RED value IS 160 (62.89% from 255) = 40.3%

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

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

R = 40.3%
G = 0.5%
B = 59.19%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A002EB (or 0xA002EB) is known color: Dark Violet. HEX triplet: A0, 02 and EB. RGB value is (160,2,235). Sum of RGB (Red+Green+Blue) = 160+2+235=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #A002EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002EB is #5FFD14. Grayscale: #4B4B4B. Windows color (decimal): -6290709 or 15401632. OLE color: 15401632.

HSL color Cylindrical-coordinate representation of color #A002EB: hue angle of 280.69º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002EB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 2 235 -
CMYK 0.32 0.99 0 0.08
HSL 280.69º 0.98% 0.46% -
HSV(B) 280.69º 0.99% 0.92% -
XYZ 29.51 13.52 79.65 -
YUV 75.8 217.85 188.05 -
System Red Green Blue C M Y K H S L
Decimal 160 2 235 0.32 0.99 0 0.08 280.69 0.98 0.46
Hex A0 2 EB 20 63 0 8 119 62 2E
Octal 240 2 353 40 143 0 10 431 142 56
Binary 10100000 10 11101011 100000 1100011 0 1000 100011001 1100010 101110

Color Harmonies of #A002EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002EB

Black with #A002EB

Text Example


Text Example

White with #A002EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002EB; }

 p { color: rgb(160,2,235); }

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

background-color css

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

 a { background-color: rgb(160,2,235); }

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

border-color css

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

 span { border-color: rgb(160,2,235); }

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