Html Css Color HEX #A00CBD Dark Violet

📋 copy color: '#A00CBD'

red 160 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #A00CBD

Tints of Dark Violet #A00CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 44.32%
G = 3.32%
B = 52.35%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A00CBD (or 0xA00CBD) is known color: Dark Violet. HEX triplet: A0, 0C and BD. RGB value is (160,12,189). Sum of RGB (Red+Green+Blue) = 160+12+189=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #A00CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CBD is #5FF342. Grayscale: #4B4B4B. Windows color (decimal): -6288195 or 12389536. OLE color: 12389536.

HSL color Cylindrical-coordinate representation of color #A00CBD: hue angle of 290.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CBD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 12 189 -
CMYK 0.15 0.94 0 0.26
HSL 290.17º 0.88% 0.39% -
HSV(B) 290.17º 0.94% 0.74% -
XYZ 23.81 11.41 49.09 -
YUV 76.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 160 12 189 0.15 0.94 0 0.26 290.17 0.88 0.39
Hex A0 C BD F 5E 0 1A 122 58 27
Octal 240 14 275 17 136 0 32 442 130 47
Binary 10100000 1100 10111101 1111 1011110 0 11010 100100010 1011000 100111

Color Harmonies of #A00CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CBD

Black with #A00CBD

Text Example


Text Example

White with #A00CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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