Html Css Color HEX #A417DB Dark Violet

📋 copy color: '#A417DB'

red 164 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #A417DB

Tints of Dark Violet #A417DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 40.39%
G = 5.67%
B = 53.94%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A417DB (or 0xA417DB) is known color: Dark Violet. HEX triplet: A4, 17 and DB. RGB value is (164,23,219). Sum of RGB (Red+Green+Blue) = 164+23+219=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #A417DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417DB is #5BE824. Grayscale: #565656. Windows color (decimal): -6023205 or 14358436. OLE color: 14358436.

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

Color convert

RGB 164 23 219 -
CMYK 0.25 0.89 0 0.14
HSL 283.16º 0.81% 0.47% -
HSV(B) 283.16º 0.89% 0.86% -
XYZ 28.4 13.62 68.15 -
YUV 87.5 202.21 182.56 -
System Red Green Blue C M Y K H S L
Decimal 164 23 219 0.25 0.89 0 0.14 283.16 0.81 0.47
Hex A4 17 DB 19 59 0 E 11B 51 2F
Octal 244 27 333 31 131 0 16 433 121 57
Binary 10100100 10111 11011011 11001 1011001 0 1110 100011011 1010001 101111

Color Harmonies of #A417DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417DB

Black with #A417DB

Text Example


Text Example

White with #A417DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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