Html Css Color HEX #A817CA Dark Violet

📋 copy color: '#A817CA'

red 168 ◦ green 23 ◦ blue 202

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

Shades of Dark Violet #A817CA

Tints of Dark Violet #A817CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 42.75%
G = 5.85%
B = 51.4%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A817CA (or 0xA817CA) is known color: Dark Violet. HEX triplet: A8, 17 and CA. RGB value is (168,23,202). Sum of RGB (Red+Green+Blue) = 168+23+202=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #A817CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817CA is #57E835. Grayscale: #565656. Windows color (decimal): -5761078 or 13244328. OLE color: 13244328.

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

Color convert

RGB 168 23 202 -
CMYK 0.17 0.89 0 0.21
HSL 288.6º 0.8% 0.44% -
HSV(B) 288.6º 0.89% 0.79% -
XYZ 27.12 13.2 57 -
YUV 86.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 168 23 202 0.17 0.89 0 0.21 288.6 0.8 0.44
Hex A8 17 CA 11 59 0 15 121 50 2C
Octal 250 27 312 21 131 0 25 441 120 54
Binary 10101000 10111 11001010 10001 1011001 0 10101 100100001 1010000 101100

Color Harmonies of #A817CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817CA

Black with #A817CA

Text Example


Text Example

White with #A817CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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