Html Css Color HEX #A118AF Dark Orchid

📋 copy color: '#A118AF'

red 161 ◦ green 24 ◦ blue 175

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

Shades of Dark Orchid #A118AF

Tints of Dark Orchid #A118AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

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

R = 44.72%
G = 6.67%
B = 48.61%

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

#A118AF (or 0xA118AF) is known color: Dark Orchid. HEX triplet: A1, 18 and AF. RGB value is (161,24,175). Sum of RGB (Red+Green+Blue) = 161+24+175=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #A118AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A118AF is #5EE750. Grayscale: #515151. Windows color (decimal): -6219601 or 11475105. OLE color: 11475105.

HSL color Cylindrical-coordinate representation of color #A118AF: hue angle of 294.44º degrees, saturation: 0.76, 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 #A118AF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 24 175 -
CMYK 0.08 0.86 0 0.31
HSL 294.44º 0.76% 0.39% -
HSV(B) 294.44º 0.86% 0.69% -
XYZ 22.76 11.33 41.54 -
YUV 82.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 161 24 175 0.08 0.86 0 0.31 294.44 0.76 0.39
Hex A1 18 AF 8 56 0 1F 126 4C 27
Octal 241 30 257 10 126 0 37 446 114 47
Binary 10100001 11000 10101111 1000 1010110 0 11111 100100110 1001100 100111

Color Harmonies of #A118AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118AF

Black with #A118AF

Text Example


Text Example

White with #A118AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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