Html Css Color HEX #A00FEB Dark Violet

📋 copy color: '#A00FEB'

red 160 ◦ green 15 ◦ blue 235

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

Shades of Dark Violet #A00FEB

Tints of Dark Violet #A00FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.66%

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

R = 39.02%
G = 3.66%
B = 57.32%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A00FEB (or 0xA00FEB) is known color: Dark Violet. HEX triplet: A0, 0F and EB. RGB value is (160,15,235). Sum of RGB (Red+Green+Blue) = 160+15+235=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #A00FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FEB is #5FF014. Grayscale: #525252. Windows color (decimal): -6287381 or 15404960. OLE color: 15404960.

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

Color convert

RGB 160 15 235 -
CMYK 0.32 0.94 0 0.08
HSL 279.55º 0.88% 0.49% -
HSV(B) 279.55º 0.94% 0.92% -
XYZ 29.66 13.81 79.7 -
YUV 83.44 213.54 182.61 -
System Red Green Blue C M Y K H S L
Decimal 160 15 235 0.32 0.94 0 0.08 279.55 0.88 0.49
Hex A0 F EB 20 5E 0 8 118 58 31
Octal 240 17 353 40 136 0 10 430 130 61
Binary 10100000 1111 11101011 100000 1011110 0 1000 100011000 1011000 110001

Color Harmonies of #A00FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FEB

Black with #A00FEB

Text Example


Text Example

White with #A00FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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