Html Css Color HEX #A117BC Dark Orchid

📋 copy color: '#A117BC'

red 161 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #A117BC

Tints of Dark Orchid #A117BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 43.28%
G = 6.18%
B = 50.54%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A117BC (or 0xA117BC) is known color: Dark Orchid. HEX triplet: A1, 17 and BC. RGB value is (161,23,188). Sum of RGB (Red+Green+Blue) = 161+23+188=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #A117BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117BC is #5EE843. Grayscale: #525252. Windows color (decimal): -6219844 or 12326817. OLE color: 12326817.

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

Color convert

RGB 161 23 188 -
CMYK 0.14 0.88 0 0.26
HSL 290.18º 0.78% 0.41% -
HSV(B) 290.18º 0.88% 0.74% -
XYZ 24.08 11.82 48.59 -
YUV 83.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 161 23 188 0.14 0.88 0 0.26 290.18 0.78 0.41
Hex A1 17 BC E 58 0 1A 122 4E 29
Octal 241 27 274 16 130 0 32 442 116 51
Binary 10100001 10111 10111100 1110 1011000 0 11010 100100010 1001110 101001

Color Harmonies of #A117BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117BC

Black with #A117BC

Text Example


Text Example

White with #A117BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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