Html Css Color HEX #A80CBE Dark Violet

📋 copy color: '#A80CBE'

red 168 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #A80CBE

Tints of Dark Violet #A80CBE

RGB

 RED value IS 168 (66.02% from 255) = 45.41%

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 45.41%
G = 3.24%
B = 51.35%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A80CBE (or 0xA80CBE) is known color: Dark Violet. HEX triplet: A8, 0C and BE. RGB value is (168,12,190). Sum of RGB (Red+Green+Blue) = 168+12+190=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A80CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CBE is #57F341. Grayscale: #4E4E4E. Windows color (decimal): -5763906 or 12455080. OLE color: 12455080.

HSL color Cylindrical-coordinate representation of color #A80CBE: hue angle of 292.58º 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 #A80CBE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 12 190 -
CMYK 0.12 0.94 0 0.25
HSL 292.58º 0.88% 0.4% -
HSV(B) 292.58º 0.94% 0.75% -
XYZ 25.57 12.31 49.74 -
YUV 78.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 168 12 190 0.12 0.94 0 0.25 292.58 0.88 0.4
Hex A8 C BE C 5E 0 19 125 58 28
Octal 250 14 276 14 136 0 31 445 130 50
Binary 10101000 1100 10111110 1100 1011110 0 11001 100100101 1011000 101000

Color Harmonies of #A80CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CBE

Black with #A80CBE

Text Example


Text Example

White with #A80CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CBE; }

 p { color: rgb(168,12,190); }

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

background-color css

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

 a { background-color: rgb(168,12,190); }

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

border-color css

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

 span { border-color: rgb(168,12,190); }

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