Html Css Color HEX #A00CCA Dark Violet

📋 copy color: '#A00CCA'

red 160 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #A00CCA

Tints of Dark Violet #A00CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.21%

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 42.78%
G = 3.21%
B = 54.01%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A00CCA (or 0xA00CCA) is known color: Dark Violet. HEX triplet: A0, 0C and CA. RGB value is (160,12,202). Sum of RGB (Red+Green+Blue) = 160+12+202=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #A00CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CCA is #5FF335. Grayscale: #4D4D4D. Windows color (decimal): -6288182 or 13241504. OLE color: 13241504.

HSL color Cylindrical-coordinate representation of color #A00CCA: hue angle of 286.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CCA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 12 202 -
CMYK 0.21 0.94 0 0.21
HSL 286.74º 0.89% 0.42% -
HSV(B) 286.74º 0.94% 0.79% -
XYZ 25.29 12 56.86 -
YUV 77.91 198.03 186.55 -
System Red Green Blue C M Y K H S L
Decimal 160 12 202 0.21 0.94 0 0.21 286.74 0.89 0.42
Hex A0 C CA 15 5E 0 15 11F 59 2A
Octal 240 14 312 25 136 0 25 437 131 52
Binary 10100000 1100 11001010 10101 1011110 0 10101 100011111 1011001 101010

Color Harmonies of #A00CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CCA

Black with #A00CCA

Text Example


Text Example

White with #A00CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CCA; }

 p { color: rgb(160,12,202); }

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

background-color css

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

 a { background-color: rgb(160,12,202); }

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

border-color css

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

 span { border-color: rgb(160,12,202); }

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