Html Css Color HEX #A117CD Dark Violet

📋 copy color: '#A117CD'

red 161 ◦ green 23 ◦ blue 205

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

Shades of Dark Violet #A117CD

Tints of Dark Violet #A117CD

RGB

 RED value IS 161 (63.28% from 255) = 41.39%

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

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

R = 41.39%
G = 5.91%
B = 52.7%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A117CD (or 0xA117CD) is known color: Dark Violet. HEX triplet: A1, 17 and CD. RGB value is (161,23,205). Sum of RGB (Red+Green+Blue) = 161+23+205=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #A117CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117CD is #5EE832. Grayscale: #545454. Windows color (decimal): -6219827 or 13440929. OLE color: 13440929.

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

Color convert

RGB 161 23 205 -
CMYK 0.21 0.89 0 0.20
HSL 285.49º 0.8% 0.45% -
HSV(B) 285.49º 0.89% 0.8% -
XYZ 26.02 12.6 58.82 -
YUV 85.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 161 23 205 0.21 0.89 0 0.20 285.49 0.8 0.45
Hex A1 17 CD 15 59 0 14 11D 50 2D
Octal 241 27 315 25 131 0 24 435 120 55
Binary 10100001 10111 11001101 10101 1011001 0 10100 100011101 1010000 101101

Color Harmonies of #A117CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117CD

Black with #A117CD

Text Example


Text Example

White with #A117CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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