Html Css Color HEX #A916C1 Dark Orchid

📋 copy color: '#A916C1'

red 169 ◦ green 22 ◦ blue 193

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

Shades of Dark Orchid #A916C1

Tints of Dark Orchid #A916C1

RGB

 RED value IS 169 (66.41% from 255) = 44.01%

 GREEN value IS 22 (8.98% from 255) = 5.73%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 44.01%
G = 5.73%
B = 50.26%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A916C1 (or 0xA916C1) is known color: Dark Orchid. HEX triplet: A9, 16 and C1. RGB value is (169,22,193). Sum of RGB (Red+Green+Blue) = 169+22+193=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #A916C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916C1 is #56E93E. Grayscale: #545454. Windows color (decimal): -5695807 or 12654249. OLE color: 12654249.

HSL color Cylindrical-coordinate representation of color #A916C1: hue angle of 291.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A916C1 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 22 193 -
CMYK 0.12 0.89 0 0.24
HSL 291.58º 0.8% 0.42% -
HSV(B) 291.58º 0.89% 0.76% -
XYZ 26.27 12.86 51.55 -
YUV 85.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 169 22 193 0.12 0.89 0 0.24 291.58 0.8 0.42
Hex A9 16 C1 C 59 0 18 124 50 2A
Octal 251 26 301 14 131 0 30 444 120 52
Binary 10101001 10110 11000001 1100 1011001 0 11000 100100100 1010000 101010

Color Harmonies of #A916C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916C1

Black with #A916C1

Text Example


Text Example

White with #A916C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916C1; }

 p { color: rgb(169,22,193); }

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

background-color css

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

 a { background-color: rgb(169,22,193); }

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

border-color css

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

 span { border-color: rgb(169,22,193); }

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