Html Css Color HEX #A119B3 Dark Orchid

📋 copy color: '#A119B3'

red 161 ◦ green 25 ◦ blue 179

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

Shades of Dark Orchid #A119B3

Tints of Dark Orchid #A119B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.04%

R = 44.11%
G = 6.85%
B = 49.04%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A119B3 (or 0xA119B3) is known color: Dark Orchid. HEX triplet: A1, 19 and B3. RGB value is (161,25,179). Sum of RGB (Red+Green+Blue) = 161+25+179=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #A119B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119B3 is #5EE64C. Grayscale: #525252. Windows color (decimal): -6219341 or 11737505. OLE color: 11737505.

HSL color Cylindrical-coordinate representation of color #A119B3: hue angle of 292.99º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A119B3 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 25 179 -
CMYK 0.10 0.86 0 0.30
HSL 292.99º 0.75% 0.4% -
HSV(B) 292.99º 0.86% 0.7% -
XYZ 23.18 11.53 43.65 -
YUV 83.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 161 25 179 0.10 0.86 0 0.30 292.99 0.75 0.4
Hex A1 19 B3 A 56 0 1E 125 4B 28
Octal 241 31 263 12 126 0 36 445 113 50
Binary 10100001 11001 10110011 1010 1010110 0 11110 100100101 1001011 101000

Color Harmonies of #A119B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119B3

Black with #A119B3

Text Example


Text Example

White with #A119B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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