Html Css Color HEX #A60BCA Dark Violet

📋 copy color: '#A60BCA'

red 166 ◦ green 11 ◦ blue 202

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

Shades of Dark Violet #A60BCA

Tints of Dark Violet #A60BCA

RGB

 RED value IS 166 (65.23% from 255) = 43.8%

 GREEN value IS 11 (4.69% from 255) = 2.9%

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

R = 43.8%
G = 2.9%
B = 53.3%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A60BCA (or 0xA60BCA) is known color: Dark Violet. HEX triplet: A6, 0B and CA. RGB value is (166,11,202). Sum of RGB (Red+Green+Blue) = 166+11+202=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #A60BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BCA is #59F435. Grayscale: #4E4E4E. Windows color (decimal): -5895222 or 13241254. OLE color: 13241254.

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

Color convert

RGB 166 11 202 -
CMYK 0.18 0.95 0 0.21
HSL 288.69º 0.9% 0.42% -
HSV(B) 288.69º 0.95% 0.79% -
XYZ 26.51 12.61 56.91 -
YUV 79.12 197.35 189.97 -
System Red Green Blue C M Y K H S L
Decimal 166 11 202 0.18 0.95 0 0.21 288.69 0.9 0.42
Hex A6 B CA 12 5F 0 15 121 5A 2A
Octal 246 13 312 22 137 0 25 441 132 52
Binary 10100110 1011 11001010 10010 1011111 0 10101 100100001 1011010 101010

Color Harmonies of #A60BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BCA

Black with #A60BCA

Text Example


Text Example

White with #A60BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BCA; }

 p { color: rgb(166,11,202); }

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

background-color css

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

 a { background-color: rgb(166,11,202); }

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

border-color css

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

 span { border-color: rgb(166,11,202); }

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