Html Css Color HEX #A60BDE Dark Violet

📋 copy color: '#A60BDE'

red 166 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #A60BDE

Tints of Dark Violet #A60BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 41.6%
G = 2.76%
B = 55.64%

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

#A60BDE (or 0xA60BDE) is known color: Dark Violet. HEX triplet: A6, 0B and DE. RGB value is (166,11,222). Sum of RGB (Red+Green+Blue) = 166+11+222=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #A60BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BDE is #59F421. Grayscale: #505050. Windows color (decimal): -5895202 or 14551974. OLE color: 14551974.

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

Color convert

RGB 166 11 222 -
CMYK 0.25 0.95 0 0.13
HSL 284.08º 0.91% 0.46% -
HSV(B) 284.08º 0.95% 0.87% -
XYZ 29.03 13.62 70.21 -
YUV 81.4 207.35 188.34 -
System Red Green Blue C M Y K H S L
Decimal 166 11 222 0.25 0.95 0 0.13 284.08 0.91 0.46
Hex A6 B DE 19 5F 0 D 11C 5B 2E
Octal 246 13 336 31 137 0 15 434 133 56
Binary 10100110 1011 11011110 11001 1011111 0 1101 100011100 1011011 101110

Color Harmonies of #A60BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BDE

Black with #A60BDE

Text Example


Text Example

White with #A60BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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