Html Css Color HEX #A117AF Dark Orchid

📋 copy color: '#A117AF'

red 161 ◦ green 23 ◦ blue 175

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

Shades of Dark Orchid #A117AF

Tints of Dark Orchid #A117AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 44.85%
G = 6.41%
B = 48.75%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A117AF (or 0xA117AF) is known color: Dark Orchid. HEX triplet: A1, 17 and AF. RGB value is (161,23,175). Sum of RGB (Red+Green+Blue) = 161+23+175=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #A117AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A117AF is #5EE850. Grayscale: #515151. Windows color (decimal): -6219857 or 11474849. OLE color: 11474849.

HSL color Cylindrical-coordinate representation of color #A117AF: hue angle of 294.47º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A117AF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 23 175 -
CMYK 0.08 0.87 0 0.31
HSL 294.47º 0.77% 0.39% -
HSV(B) 294.47º 0.87% 0.69% -
XYZ 22.74 11.29 41.54 -
YUV 81.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 161 23 175 0.08 0.87 0 0.31 294.47 0.77 0.39
Hex A1 17 AF 8 57 0 1F 126 4D 27
Octal 241 27 257 10 127 0 37 446 115 47
Binary 10100001 10111 10101111 1000 1010111 0 11111 100100110 1001101 100111

Color Harmonies of #A117AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117AF

Black with #A117AF

Text Example


Text Example

White with #A117AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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