Html Css Color HEX #A00CCB Dark Violet

📋 copy color: '#A00CCB'

red 160 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #A00CCB

Tints of Dark Violet #A00CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 42.67%
G = 3.2%
B = 54.13%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A00CCB (or 0xA00CCB) is known color: Dark Violet. HEX triplet: A0, 0C and CB. RGB value is (160,12,203). Sum of RGB (Red+Green+Blue) = 160+12+203=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #A00CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CCB is #5FF334. Grayscale: #4D4D4D. Windows color (decimal): -6288181 or 13307040. OLE color: 13307040.

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

Color convert

RGB 160 12 203 -
CMYK 0.21 0.94 0 0.20
HSL 286.49º 0.89% 0.42% -
HSV(B) 286.49º 0.94% 0.8% -
XYZ 25.41 12.05 57.49 -
YUV 78.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 160 12 203 0.21 0.94 0 0.20 286.49 0.89 0.42
Hex A0 C CB 15 5E 0 14 11E 59 2A
Octal 240 14 313 25 136 0 24 436 131 52
Binary 10100000 1100 11001011 10101 1011110 0 10100 100011110 1011001 101010

Color Harmonies of #A00CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CCB

Black with #A00CCB

Text Example


Text Example

White with #A00CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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