Html Css Color HEX #A417CE Dark Violet

📋 copy color: '#A417CE'

red 164 ◦ green 23 ◦ blue 206

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

Shades of Dark Violet #A417CE

Tints of Dark Violet #A417CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 41.73%
G = 5.85%
B = 52.42%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A417CE (or 0xA417CE) is known color: Dark Violet. HEX triplet: A4, 17 and CE. RGB value is (164,23,206). Sum of RGB (Red+Green+Blue) = 164+23+206=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #A417CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417CE is #5BE831. Grayscale: #555555. Windows color (decimal): -6023218 or 13506468. OLE color: 13506468.

HSL color Cylindrical-coordinate representation of color #A417CE: hue angle of 286.23º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A417CE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 23 206 -
CMYK 0.20 0.89 0 0.19
HSL 286.23º 0.8% 0.45% -
HSV(B) 286.23º 0.89% 0.81% -
XYZ 26.76 12.96 59.48 -
YUV 86.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 164 23 206 0.20 0.89 0 0.19 286.23 0.8 0.45
Hex A4 17 CE 14 59 0 13 11E 50 2D
Octal 244 27 316 24 131 0 23 436 120 55
Binary 10100100 10111 11001110 10100 1011001 0 10011 100011110 1010000 101101

Color Harmonies of #A417CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417CE

Black with #A417CE

Text Example


Text Example

White with #A417CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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