Html Css Color HEX #A119BC Dark Orchid

📋 copy color: '#A119BC'

red 161 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #A119BC

Tints of Dark Orchid #A119BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.68%

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

R = 43.05%
G = 6.68%
B = 50.27%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A119BC (or 0xA119BC) is known color: Dark Orchid. HEX triplet: A1, 19 and BC. RGB value is (161,25,188). Sum of RGB (Red+Green+Blue) = 161+25+188=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #A119BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119BC is #5EE643. Grayscale: #535353. Windows color (decimal): -6219332 or 12327329. OLE color: 12327329.

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

Color convert

RGB 161 25 188 -
CMYK 0.14 0.87 0 0.26
HSL 290.06º 0.77% 0.42% -
HSV(B) 290.06º 0.87% 0.74% -
XYZ 24.12 11.9 48.6 -
YUV 84.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 161 25 188 0.14 0.87 0 0.26 290.06 0.77 0.42
Hex A1 19 BC E 57 0 1A 122 4D 2A
Octal 241 31 274 16 127 0 32 442 115 52
Binary 10100001 11001 10111100 1110 1010111 0 11010 100100010 1001101 101010

Color Harmonies of #A119BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119BC

Black with #A119BC

Text Example


Text Example

White with #A119BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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