Html Css Color HEX #A00AEC Dark Violet

📋 copy color: '#A00AEC'

red 160 ◦ green 10 ◦ blue 236

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

Shades of Dark Violet #A00AEC

Tints of Dark Violet #A00AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

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

R = 39.41%
G = 2.46%
B = 58.13%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A00AEC (or 0xA00AEC) is known color: Dark Violet. HEX triplet: A0, 0A and EC. RGB value is (160,10,236). Sum of RGB (Red+Green+Blue) = 160+10+236=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #A00AEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AEC is #5FF513. Grayscale: #4F4F4F. Windows color (decimal): -6288660 or 15469216. OLE color: 15469216.

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

Color convert

RGB 160 10 236 -
CMYK 0.32 0.96 0 0.07
HSL 279.82º 0.92% 0.48% -
HSV(B) 279.82º 0.96% 0.93% -
XYZ 29.75 13.75 80.44 -
YUV 80.61 215.7 184.62 -
System Red Green Blue C M Y K H S L
Decimal 160 10 236 0.32 0.96 0 0.07 279.82 0.92 0.48
Hex A0 A EC 20 60 0 7 118 5C 30
Octal 240 12 354 40 140 0 7 430 134 60
Binary 10100000 1010 11101100 100000 1100000 0 111 100011000 1011100 110000

Color Harmonies of #A00AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AEC

Black with #A00AEC

Text Example


Text Example

White with #A00AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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