Html Css Color HEX #A616CD Dark Violet

📋 copy color: '#A616CD'

red 166 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #A616CD

Tints of Dark Violet #A616CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.6%

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 42.24%
G = 5.6%
B = 52.16%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A616CD (or 0xA616CD) is known color: Dark Violet. HEX triplet: A6, 16 and CD. RGB value is (166,22,205). Sum of RGB (Red+Green+Blue) = 166+22+205=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #A616CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616CD is #59E932. Grayscale: #555555. Windows color (decimal): -5892403 or 13440678. OLE color: 13440678.

HSL color Cylindrical-coordinate representation of color #A616CD: hue angle of 287.21º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A616CD is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 22 205 -
CMYK 0.19 0.89 0 0.20
HSL 287.21º 0.81% 0.45% -
HSV(B) 287.21º 0.89% 0.8% -
XYZ 27.03 13.09 58.86 -
YUV 85.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 166 22 205 0.19 0.89 0 0.20 287.21 0.81 0.45
Hex A6 16 CD 13 59 0 14 11F 51 2D
Octal 246 26 315 23 131 0 24 437 121 55
Binary 10100110 10110 11001101 10011 1011001 0 10100 100011111 1010001 101101

Color Harmonies of #A616CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616CD

Black with #A616CD

Text Example


Text Example

White with #A616CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616CD; }

 p { color: rgb(166,22,205); }

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

background-color css

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

 a { background-color: rgb(166,22,205); }

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

border-color css

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

 span { border-color: rgb(166,22,205); }

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