Html Css Color HEX #A00FEC Dark Violet

📋 copy color: '#A00FEC'

red 160 ◦ green 15 ◦ blue 236

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

Shades of Dark Violet #A00FEC

Tints of Dark Violet #A00FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.42%

R = 38.93%
G = 3.65%
B = 57.42%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A00FEC (or 0xA00FEC) is known color: Dark Violet. HEX triplet: A0, 0F and EC. RGB value is (160,15,236). Sum of RGB (Red+Green+Blue) = 160+15+236=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A00FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FEC is #5FF013. Grayscale: #525252. Windows color (decimal): -6287380 or 15470496. OLE color: 15470496.

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

Color convert

RGB 160 15 236 -
CMYK 0.32 0.94 0 0.07
HSL 279.37º 0.88% 0.49% -
HSV(B) 279.37º 0.94% 0.93% -
XYZ 29.81 13.87 80.46 -
YUV 83.55 214.04 182.53 -
System Red Green Blue C M Y K H S L
Decimal 160 15 236 0.32 0.94 0 0.07 279.37 0.88 0.49
Hex A0 F EC 20 5E 0 7 117 58 31
Octal 240 17 354 40 136 0 7 427 130 61
Binary 10100000 1111 11101100 100000 1011110 0 111 100010111 1011000 110001

Color Harmonies of #A00FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FEC

Black with #A00FEC

Text Example


Text Example

White with #A00FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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