Html Css Color HEX #A00AEA Dark Violet

📋 copy color: '#A00AEA'

red 160 ◦ green 10 ◦ blue 234

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

Shades of Dark Violet #A00AEA

Tints of Dark Violet #A00AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 39.6%
G = 2.48%
B = 57.92%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A00AEA (or 0xA00AEA) is known color: Dark Violet. HEX triplet: A0, 0A and EA. RGB value is (160,10,234). Sum of RGB (Red+Green+Blue) = 160+10+234=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #A00AEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AEA is #5FF515. Grayscale: #4F4F4F. Windows color (decimal): -6288662 or 15338144. OLE color: 15338144.

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

Color convert

RGB 160 10 234 -
CMYK 0.32 0.96 0 0.08
HSL 280.18º 0.92% 0.48% -
HSV(B) 280.18º 0.96% 0.92% -
XYZ 29.46 13.63 78.92 -
YUV 80.39 214.7 184.79 -
System Red Green Blue C M Y K H S L
Decimal 160 10 234 0.32 0.96 0 0.08 280.18 0.92 0.48
Hex A0 A EA 20 60 0 8 118 5C 30
Octal 240 12 352 40 140 0 10 430 134 60
Binary 10100000 1010 11101010 100000 1100000 0 1000 100011000 1011100 110000

Color Harmonies of #A00AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AEA

Black with #A00AEA

Text Example


Text Example

White with #A00AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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