Html Css Color HEX #A811CC Dark Violet

📋 copy color: '#A811CC'

red 168 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #A811CC

Tints of Dark Violet #A811CC

RGB

 RED value IS 168 (66.02% from 255) = 43.19%

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 43.19%
G = 4.37%
B = 52.44%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A811CC (or 0xA811CC) is known color: Dark Violet. HEX triplet: A8, 11 and CC. RGB value is (168,17,204). Sum of RGB (Red+Green+Blue) = 168+17+204=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #A811CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811CC is #57EE33. Grayscale: #525252. Windows color (decimal): -5762612 or 13373864. OLE color: 13373864.

HSL color Cylindrical-coordinate representation of color #A811CC: hue angle of 288.45º 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 #A811CC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 17 204 -
CMYK 0.18 0.92 0 0.2
HSL 288.45º 0.85% 0.43% -
HSV(B) 288.45º 0.92% 0.8% -
XYZ 27.25 13.09 58.22 -
YUV 83.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 168 17 204 0.18 0.92 0 0.2 288.45 0.85 0.43
Hex A8 11 CC 12 5C 0 14 120 55 2B
Octal 250 21 314 22 134 0 24 440 125 53
Binary 10101000 10001 11001100 10010 1011100 0 10100 100100000 1010101 101011

Color Harmonies of #A811CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811CC

Black with #A811CC

Text Example


Text Example

White with #A811CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811CC; }

 p { color: rgb(168,17,204); }

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

background-color css

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

 a { background-color: rgb(168,17,204); }

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

border-color css

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

 span { border-color: rgb(168,17,204); }

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