Html Css Color HEX #A60BE0 Dark Violet

📋 copy color: '#A60BE0'

red 166 ◦ green 11 ◦ blue 224

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

Shades of Dark Violet #A60BE0

Tints of Dark Violet #A60BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 41.4%
G = 2.74%
B = 55.86%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A60BE0 (or 0xA60BE0) is known color: Dark Violet. HEX triplet: A6, 0B and E0. RGB value is (166,11,224). Sum of RGB (Red+Green+Blue) = 166+11+224=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #A60BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BE0 is #59F41F. Grayscale: #505050. Windows color (decimal): -5895200 or 14683046. OLE color: 14683046.

HSL color Cylindrical-coordinate representation of color #A60BE0: hue angle of 283.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BE0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 11 224 -
CMYK 0.26 0.95 0 0.12
HSL 283.66º 0.91% 0.46% -
HSV(B) 283.66º 0.95% 0.88% -
XYZ 29.3 13.73 71.63 -
YUV 81.63 208.35 188.18 -
System Red Green Blue C M Y K H S L
Decimal 166 11 224 0.26 0.95 0 0.12 283.66 0.91 0.46
Hex A6 B E0 1A 5F 0 C 11C 5B 2E
Octal 246 13 340 32 137 0 14 434 133 56
Binary 10100110 1011 11100000 11010 1011111 0 1100 100011100 1011011 101110

Color Harmonies of #A60BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BE0

Black with #A60BE0

Text Example


Text Example

White with #A60BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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