Html Css Color HEX #A117BB Dark Orchid

📋 copy color: '#A117BB'

red 161 ◦ green 23 ◦ blue 187

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

Shades of Dark Orchid #A117BB

Tints of Dark Orchid #A117BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 43.4%
G = 6.2%
B = 50.4%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A117BB (or 0xA117BB) is known color: Dark Orchid. HEX triplet: A1, 17 and BB. RGB value is (161,23,187). Sum of RGB (Red+Green+Blue) = 161+23+187=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #A117BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117BB is #5EE844. Grayscale: #525252. Windows color (decimal): -6219845 or 12261281. OLE color: 12261281.

HSL color Cylindrical-coordinate representation of color #A117BB: hue angle of 290.49º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A117BB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 23 187 -
CMYK 0.14 0.88 0 0.27
HSL 290.49º 0.78% 0.41% -
HSV(B) 290.49º 0.88% 0.73% -
XYZ 23.97 11.78 48.02 -
YUV 82.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 161 23 187 0.14 0.88 0 0.27 290.49 0.78 0.41
Hex A1 17 BB E 58 0 1B 122 4E 29
Octal 241 27 273 16 130 0 33 442 116 51
Binary 10100001 10111 10111011 1110 1011000 0 11011 100100010 1001110 101001

Color Harmonies of #A117BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117BB

Black with #A117BB

Text Example


Text Example

White with #A117BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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