Html Css Color HEX #A817CC Dark Violet

📋 copy color: '#A817CC'

red 168 ◦ green 23 ◦ blue 204

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

Shades of Dark Violet #A817CC

Tints of Dark Violet #A817CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.82%

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

R = 42.53%
G = 5.82%
B = 51.65%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A817CC (or 0xA817CC) is known color: Dark Violet. HEX triplet: A8, 17 and CC. RGB value is (168,23,204). Sum of RGB (Red+Green+Blue) = 168+23+204=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #A817CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817CC is #57E833. Grayscale: #565656. Windows color (decimal): -5761076 or 13375400. OLE color: 13375400.

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

Color convert

RGB 168 23 204 -
CMYK 0.18 0.89 0 0.2
HSL 288.07º 0.8% 0.45% -
HSV(B) 288.07º 0.89% 0.8% -
XYZ 27.35 13.3 58.25 -
YUV 86.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 168 23 204 0.18 0.89 0 0.2 288.07 0.8 0.45
Hex A8 17 CC 12 59 0 14 120 50 2D
Octal 250 27 314 22 131 0 24 440 120 55
Binary 10101000 10111 11001100 10010 1011001 0 10100 100100000 1010000 101101

Color Harmonies of #A817CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817CC

Black with #A817CC

Text Example


Text Example

White with #A817CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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