Html Css Color HEX #A117BD Dark Orchid

📋 copy color: '#A117BD'

red 161 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #A117BD

Tints of Dark Orchid #A117BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 43.16%
G = 6.17%
B = 50.67%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A117BD (or 0xA117BD) is known color: Dark Orchid. HEX triplet: A1, 17 and BD. RGB value is (161,23,189). Sum of RGB (Red+Green+Blue) = 161+23+189=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #A117BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117BD is #5EE842. Grayscale: #525252. Windows color (decimal): -6219843 or 12392353. OLE color: 12392353.

HSL color Cylindrical-coordinate representation of color #A117BD: hue angle of 289.88º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A117BD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 23 189 -
CMYK 0.15 0.88 0 0.26
HSL 289.88º 0.78% 0.42% -
HSV(B) 289.88º 0.88% 0.74% -
XYZ 24.19 11.86 49.16 -
YUV 83.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 161 23 189 0.15 0.88 0 0.26 289.88 0.78 0.42
Hex A1 17 BD F 58 0 1A 122 4E 2A
Octal 241 27 275 17 130 0 32 442 116 52
Binary 10100001 10111 10111101 1111 1011000 0 11010 100100010 1001110 101010

Color Harmonies of #A117BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117BD

Black with #A117BD

Text Example


Text Example

White with #A117BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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