Html Css Color HEX #A60BDD Dark Violet

📋 copy color: '#A60BDD'

red 166 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #A60BDD

Tints of Dark Violet #A60BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 41.71%
G = 2.76%
B = 55.53%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A60BDD (or 0xA60BDD) is known color: Dark Violet. HEX triplet: A6, 0B and DD. RGB value is (166,11,221). Sum of RGB (Red+Green+Blue) = 166+11+221=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #A60BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BDD is #59F422. Grayscale: #505050. Windows color (decimal): -5895203 or 14486438. OLE color: 14486438.

HSL color Cylindrical-coordinate representation of color #A60BDD: hue angle of 284.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BDD is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 11 221 -
CMYK 0.25 0.95 0 0.13
HSL 284.29º 0.91% 0.45% -
HSV(B) 284.29º 0.95% 0.87% -
XYZ 28.9 13.57 69.5 -
YUV 81.29 206.85 188.42 -
System Red Green Blue C M Y K H S L
Decimal 166 11 221 0.25 0.95 0 0.13 284.29 0.91 0.45
Hex A6 B DD 19 5F 0 D 11C 5B 2D
Octal 246 13 335 31 137 0 15 434 133 55
Binary 10100110 1011 11011101 11001 1011111 0 1101 100011100 1011011 101101

Color Harmonies of #A60BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BDD

Black with #A60BDD

Text Example


Text Example

White with #A60BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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