Html Css Color HEX #A217CC Dark Violet

📋 copy color: '#A217CC'

red 162 ◦ green 23 ◦ blue 204

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

Shades of Dark Violet #A217CC

Tints of Dark Violet #A217CC

RGB

 RED value IS 162 (63.67% from 255) = 41.65%

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

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

R = 41.65%
G = 5.91%
B = 52.44%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A217CC (or 0xA217CC) is known color: Dark Violet. HEX triplet: A2, 17 and CC. RGB value is (162,23,204). Sum of RGB (Red+Green+Blue) = 162+23+204=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 23 (9.38% from 255 or 5.91% 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 #A217CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217CC is #5DE833. Grayscale: #545454. Windows color (decimal): -6154292 or 13375394. OLE color: 13375394.

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

Color convert

RGB 162 23 204 -
CMYK 0.21 0.89 0 0.2
HSL 286.08º 0.8% 0.45% -
HSV(B) 286.08º 0.89% 0.8% -
XYZ 26.11 12.65 58.19 -
YUV 85.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 162 23 204 0.21 0.89 0 0.2 286.08 0.8 0.45
Hex A2 17 CC 15 59 0 14 11E 50 2D
Octal 242 27 314 25 131 0 24 436 120 55
Binary 10100010 10111 11001100 10101 1011001 0 10100 100011110 1010000 101101

Color Harmonies of #A217CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217CC

Black with #A217CC

Text Example


Text Example

White with #A217CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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