Html Css Color HEX #A417CA Dark Violet

📋 copy color: '#A417CA'

red 164 ◦ green 23 ◦ blue 202

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

Shades of Dark Violet #A417CA

Tints of Dark Violet #A417CA

RGB

 RED value IS 164 (64.45% from 255) = 42.16%

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

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

R = 42.16%
G = 5.91%
B = 51.93%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A417CA (or 0xA417CA) is known color: Dark Violet. HEX triplet: A4, 17 and CA. RGB value is (164,23,202). Sum of RGB (Red+Green+Blue) = 164+23+202=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #A417CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417CA is #5BE835. Grayscale: #545454. Windows color (decimal): -6023222 or 13244324. OLE color: 13244324.

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

Color convert

RGB 164 23 202 -
CMYK 0.19 0.89 0 0.21
HSL 287.26º 0.8% 0.44% -
HSV(B) 287.26º 0.89% 0.79% -
XYZ 26.28 12.77 56.96 -
YUV 85.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 164 23 202 0.19 0.89 0 0.21 287.26 0.8 0.44
Hex A4 17 CA 13 59 0 15 11F 50 2C
Octal 244 27 312 23 131 0 25 437 120 54
Binary 10100100 10111 11001010 10011 1011001 0 10101 100011111 1010000 101100

Color Harmonies of #A417CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417CA

Black with #A417CA

Text Example


Text Example

White with #A417CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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