Html Css Color HEX #A916BA Dark Orchid

📋 copy color: '#A916BA'

red 169 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #A916BA

Tints of Dark Orchid #A916BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 44.83%
G = 5.84%
B = 49.34%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A916BA (or 0xA916BA) is known color: Dark Orchid. HEX triplet: A9, 16 and BA. RGB value is (169,22,186). Sum of RGB (Red+Green+Blue) = 169+22+186=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A916BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916BA is #56E945. Grayscale: #545454. Windows color (decimal): -5695814 or 12195497. OLE color: 12195497.

HSL color Cylindrical-coordinate representation of color #A916BA: hue angle of 293.78º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A916BA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 22 186 -
CMYK 0.09 0.88 0 0.27
HSL 293.78º 0.79% 0.41% -
HSV(B) 293.78º 0.88% 0.73% -
XYZ 25.51 12.55 47.53 -
YUV 84.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 169 22 186 0.09 0.88 0 0.27 293.78 0.79 0.41
Hex A9 16 BA 9 58 0 1B 126 4F 29
Octal 251 26 272 11 130 0 33 446 117 51
Binary 10101001 10110 10111010 1001 1011000 0 11011 100100110 1001111 101001

Color Harmonies of #A916BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916BA

Black with #A916BA

Text Example


Text Example

White with #A916BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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