Html Css Color HEX #A417CD Dark Violet

📋 copy color: '#A417CD'

red 164 ◦ green 23 ◦ blue 205

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

Shades of Dark Violet #A417CD

Tints of Dark Violet #A417CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 41.84%
G = 5.87%
B = 52.3%

CMYK

 C value IS 0.2

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A417CD (or 0xA417CD) is known color: Dark Violet. HEX triplet: A4, 17 and CD. RGB value is (164,23,205). Sum of RGB (Red+Green+Blue) = 164+23+205=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #A417CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417CD is #5BE832. Grayscale: #555555. Windows color (decimal): -6023219 or 13440932. OLE color: 13440932.

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

Color convert

RGB 164 23 205 -
CMYK 0.2 0.89 0 0.20
HSL 286.48º 0.8% 0.45% -
HSV(B) 286.48º 0.89% 0.8% -
XYZ 26.64 12.91 58.85 -
YUV 85.91 195.21 183.7 -
System Red Green Blue C M Y K H S L
Decimal 164 23 205 0.2 0.89 0 0.20 286.48 0.8 0.45
Hex A4 17 CD 14 59 0 14 11E 50 2D
Octal 244 27 315 24 131 0 24 436 120 55
Binary 10100100 10111 11001101 10100 1011001 0 10100 100011110 1010000 101101

Color Harmonies of #A417CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417CD

Black with #A417CD

Text Example


Text Example

White with #A417CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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