Html Css Color HEX #A417D7 Dark Violet

📋 copy color: '#A417D7'

red 164 ◦ green 23 ◦ blue 215

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

Shades of Dark Violet #A417D7

Tints of Dark Violet #A417D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.48%

R = 40.8%
G = 5.72%
B = 53.48%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A417D7 (or 0xA417D7) is known color: Dark Violet. HEX triplet: A4, 17 and D7. RGB value is (164,23,215). Sum of RGB (Red+Green+Blue) = 164+23+215=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #A417D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417D7 is #5BE828. Grayscale: #565656. Windows color (decimal): -6023209 or 14096292. OLE color: 14096292.

HSL color Cylindrical-coordinate representation of color #A417D7: hue angle of 284.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A417D7 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 23 215 -
CMYK 0.24 0.89 0 0.16
HSL 284.06º 0.81% 0.47% -
HSV(B) 284.06º 0.89% 0.84% -
XYZ 27.88 13.41 65.41 -
YUV 87.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 164 23 215 0.24 0.89 0 0.16 284.06 0.81 0.47
Hex A4 17 D7 18 59 0 10 11C 51 2F
Octal 244 27 327 30 131 0 20 434 121 57
Binary 10100100 10111 11010111 11000 1011001 0 10000 100011100 1010001 101111

Color Harmonies of #A417D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417D7

Black with #A417D7

Text Example


Text Example

White with #A417D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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