Html Css Color HEX #A00CBF Dark Violet

📋 copy color: '#A00CBF'

red 160 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #A00CBF

Tints of Dark Violet #A00CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 44.08%
G = 3.31%
B = 52.62%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A00CBF (or 0xA00CBF) is known color: Dark Violet. HEX triplet: A0, 0C and BF. RGB value is (160,12,191). Sum of RGB (Red+Green+Blue) = 160+12+191=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #A00CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CBF is #5FF340. Grayscale: #4C4C4C. Windows color (decimal): -6288193 or 12520608. OLE color: 12520608.

HSL color Cylindrical-coordinate representation of color #A00CBF: hue angle of 289.61º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CBF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 12 191 -
CMYK 0.16 0.94 0 0.25
HSL 289.61º 0.88% 0.4% -
HSV(B) 289.61º 0.94% 0.75% -
XYZ 24.03 11.5 50.24 -
YUV 76.66 192.53 187.45 -
System Red Green Blue C M Y K H S L
Decimal 160 12 191 0.16 0.94 0 0.25 289.61 0.88 0.4
Hex A0 C BF 10 5E 0 19 122 58 28
Octal 240 14 277 20 136 0 31 442 130 50
Binary 10100000 1100 10111111 10000 1011110 0 11001 100100010 1011000 101000

Color Harmonies of #A00CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CBF

Black with #A00CBF

Text Example


Text Example

White with #A00CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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