Html Css Color HEX #A916BF Dark Orchid

📋 copy color: '#A916BF'

red 169 ◦ green 22 ◦ blue 191

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

Shades of Dark Orchid #A916BF

Tints of Dark Orchid #A916BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 44.24%
G = 5.76%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A916BF (or 0xA916BF) is known color: Dark Orchid. HEX triplet: A9, 16 and BF. RGB value is (169,22,191). Sum of RGB (Red+Green+Blue) = 169+22+191=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #A916BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916BF is #56E940. Grayscale: #545454. Windows color (decimal): -5695809 or 12523177. OLE color: 12523177.

HSL color Cylindrical-coordinate representation of color #A916BF: hue angle of 292.19º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A916BF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 22 191 -
CMYK 0.12 0.88 0 0.25
HSL 292.19º 0.79% 0.42% -
HSV(B) 292.19º 0.88% 0.75% -
XYZ 26.05 12.77 50.38 -
YUV 85.22 187.7 187.76 -
System Red Green Blue C M Y K H S L
Decimal 169 22 191 0.12 0.88 0 0.25 292.19 0.79 0.42
Hex A9 16 BF C 58 0 19 124 4F 2A
Octal 251 26 277 14 130 0 31 444 117 52
Binary 10101001 10110 10111111 1100 1011000 0 11001 100100100 1001111 101010

Color Harmonies of #A916BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916BF

Black with #A916BF

Text Example


Text Example

White with #A916BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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