Html Css Color HEX #A616CB Dark Violet

📋 copy color: '#A616CB'

red 166 ◦ green 22 ◦ blue 203

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

Shades of Dark Violet #A616CB

Tints of Dark Violet #A616CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 42.46%
G = 5.63%
B = 51.92%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A616CB (or 0xA616CB) is known color: Dark Violet. HEX triplet: A6, 16 and CB. RGB value is (166,22,203). Sum of RGB (Red+Green+Blue) = 166+22+203=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #A616CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616CB is #59E934. Grayscale: #555555. Windows color (decimal): -5892405 or 13309606. OLE color: 13309606.

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

Color convert

RGB 166 22 203 -
CMYK 0.18 0.89 0 0.20
HSL 287.73º 0.8% 0.44% -
HSV(B) 287.73º 0.89% 0.8% -
XYZ 26.79 12.99 57.6 -
YUV 85.69 194.21 185.28 -
System Red Green Blue C M Y K H S L
Decimal 166 22 203 0.18 0.89 0 0.20 287.73 0.8 0.44
Hex A6 16 CB 12 59 0 14 120 50 2C
Octal 246 26 313 22 131 0 24 440 120 54
Binary 10100110 10110 11001011 10010 1011001 0 10100 100100000 1010000 101100

Color Harmonies of #A616CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616CB

Black with #A616CB

Text Example


Text Example

White with #A616CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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