Html Css Color HEX #A417C7 Dark Violet

📋 copy color: '#A417C7'

red 164 ◦ green 23 ◦ blue 199

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

Shades of Dark Violet #A417C7

Tints of Dark Violet #A417C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.55%

R = 42.49%
G = 5.96%
B = 51.55%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A417C7 (or 0xA417C7) is known color: Dark Violet. HEX triplet: A4, 17 and C7. RGB value is (164,23,199). Sum of RGB (Red+Green+Blue) = 164+23+199=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #A417C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417C7 is #5BE838. Grayscale: #545454. Windows color (decimal): -6023225 or 13047716. OLE color: 13047716.

HSL color Cylindrical-coordinate representation of color #A417C7: hue angle of 288.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417C7 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 23 199 -
CMYK 0.18 0.88 0 0.22
HSL 288.07º 0.79% 0.44% -
HSV(B) 288.07º 0.88% 0.78% -
XYZ 25.93 12.63 55.1 -
YUV 85.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 164 23 199 0.18 0.88 0 0.22 288.07 0.79 0.44
Hex A4 17 C7 12 58 0 16 120 4F 2C
Octal 244 27 307 22 130 0 26 440 117 54
Binary 10100100 10111 11000111 10010 1011000 0 10110 100100000 1001111 101100

Color Harmonies of #A417C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417C7

Black with #A417C7

Text Example


Text Example

White with #A417C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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