Html Css Color HEX #A119AF Dark Orchid

📋 copy color: '#A119AF'

red 161 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #A119AF

Tints of Dark Orchid #A119AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.48%

R = 44.6%
G = 6.93%
B = 48.48%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A119AF (or 0xA119AF) is known color: Dark Orchid. HEX triplet: A1, 19 and AF. RGB value is (161,25,175). Sum of RGB (Red+Green+Blue) = 161+25+175=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #A119AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A119AF is #5EE650. Grayscale: #525252. Windows color (decimal): -6219345 or 11475361. OLE color: 11475361.

HSL color Cylindrical-coordinate representation of color #A119AF: hue angle of 294.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A119AF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 25 175 -
CMYK 0.08 0.86 0 0.31
HSL 294.4º 0.75% 0.39% -
HSV(B) 294.4º 0.86% 0.69% -
XYZ 22.78 11.37 41.55 -
YUV 82.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 161 25 175 0.08 0.86 0 0.31 294.4 0.75 0.39
Hex A1 19 AF 8 56 0 1F 126 4B 27
Octal 241 31 257 10 126 0 37 446 113 47
Binary 10100001 11001 10101111 1000 1010110 0 11111 100100110 1001011 100111

Color Harmonies of #A119AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119AF

Black with #A119AF

Text Example


Text Example

White with #A119AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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