Html Css Color HEX #A00EF2 Dark Violet

📋 copy color: '#A00EF2'

red 160 ◦ green 14 ◦ blue 242

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

Shades of Dark Violet #A00EF2

Tints of Dark Violet #A00EF2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

 BLUE value IS 242 (94.92% from 255) = 58.17%

R = 38.46%
G = 3.37%
B = 58.17%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A00EF2 (or 0xA00EF2) is known color: Dark Violet. HEX triplet: A0, 0E and F2. RGB value is (160,14,242). Sum of RGB (Red+Green+Blue) = 160+14+242=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #A00EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EF2 is #5FF10D. Grayscale: #525252. Windows color (decimal): -6287630 or 15863456. OLE color: 15863456.

HSL color Cylindrical-coordinate representation of color #A00EF2: hue angle of 278.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00EF2 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 14 242 -
CMYK 0.34 0.94 0 0.05
HSL 278.42º 0.9% 0.5% -
HSV(B) 278.42º 0.94% 0.95% -
XYZ 30.68 14.2 85.13 -
YUV 83.65 217.37 182.46 -
System Red Green Blue C M Y K H S L
Decimal 160 14 242 0.34 0.94 0 0.05 278.42 0.9 0.5
Hex A0 E F2 22 5E 0 5 116 5A 32
Octal 240 16 362 42 136 0 5 426 132 62
Binary 10100000 1110 11110010 100010 1011110 0 101 100010110 1011010 110010

Color Harmonies of #A00EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EF2

Black with #A00EF2

Text Example


Text Example

White with #A00EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EF2; }

 p { color: rgb(160,14,242); }

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

background-color css

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

 a { background-color: rgb(160,14,242); }

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

border-color css

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

 span { border-color: rgb(160,14,242); }

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