Html Css Color HEX #A911CB Dark Violet

📋 copy color: '#A911CB'

red 169 ◦ green 17 ◦ blue 203

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

Shades of Dark Violet #A911CB

Tints of Dark Violet #A911CB

RGB

 RED value IS 169 (66.41% from 255) = 43.44%

 GREEN value IS 17 (7.03% from 255) = 4.37%

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

R = 43.44%
G = 4.37%
B = 52.19%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A911CB (or 0xA911CB) is known color: Dark Violet. HEX triplet: A9, 11 and CB. RGB value is (169,17,203). Sum of RGB (Red+Green+Blue) = 169+17+203=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A911CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911CB is #56EE34. Grayscale: #535353. Windows color (decimal): -5697077 or 13308329. OLE color: 13308329.

HSL color Cylindrical-coordinate representation of color #A911CB: hue angle of 289.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A911CB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 17 203 -
CMYK 0.17 0.92 0 0.20
HSL 289.03º 0.85% 0.43% -
HSV(B) 289.03º 0.92% 0.8% -
XYZ 27.34 13.15 57.6 -
YUV 83.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 169 17 203 0.17 0.92 0 0.20 289.03 0.85 0.43
Hex A9 11 CB 11 5C 0 14 121 55 2B
Octal 251 21 313 21 134 0 24 441 125 53
Binary 10101001 10001 11001011 10001 1011100 0 10100 100100001 1010101 101011

Color Harmonies of #A911CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911CB

Black with #A911CB

Text Example


Text Example

White with #A911CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911CB; }

 p { color: rgb(169,17,203); }

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

background-color css

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

 a { background-color: rgb(169,17,203); }

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

border-color css

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

 span { border-color: rgb(169,17,203); }

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