Html Css Color HEX #A115AF Dark Orchid

📋 copy color: '#A115AF'

red 161 ◦ green 21 ◦ blue 175

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

Shades of Dark Orchid #A115AF

Tints of Dark Orchid #A115AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 45.1%
G = 5.88%
B = 49.02%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A115AF (or 0xA115AF) is known color: Dark Orchid. HEX triplet: A1, 15 and AF. RGB value is (161,21,175). Sum of RGB (Red+Green+Blue) = 161+21+175=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #A115AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A115AF is #5EEA50. Grayscale: #4F4F4F. Windows color (decimal): -6220369 or 11474337. OLE color: 11474337.

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

Color convert

RGB 161 21 175 -
CMYK 0.08 0.88 0 0.31
HSL 294.55º 0.79% 0.38% -
HSV(B) 294.55º 0.88% 0.69% -
XYZ 22.7 11.21 41.52 -
YUV 80.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 161 21 175 0.08 0.88 0 0.31 294.55 0.79 0.38
Hex A1 15 AF 8 58 0 1F 127 4F 26
Octal 241 25 257 10 130 0 37 447 117 46
Binary 10100001 10101 10101111 1000 1011000 0 11111 100100111 1001111 100110

Color Harmonies of #A115AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115AF

Black with #A115AF

Text Example


Text Example

White with #A115AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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