Html Css Color HEX #A916BC Dark Orchid

📋 copy color: '#A916BC'

red 169 ◦ green 22 ◦ blue 188

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

Shades of Dark Orchid #A916BC

Tints of Dark Orchid #A916BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 44.59%
G = 5.8%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A916BC (or 0xA916BC) is known color: Dark Orchid. HEX triplet: A9, 16 and BC. RGB value is (169,22,188). Sum of RGB (Red+Green+Blue) = 169+22+188=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #A916BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916BC is #56E943. Grayscale: #545454. Windows color (decimal): -5695812 or 12326569. OLE color: 12326569.

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

Color convert

RGB 169 22 188 -
CMYK 0.10 0.88 0 0.26
HSL 293.13º 0.79% 0.41% -
HSV(B) 293.13º 0.88% 0.74% -
XYZ 25.73 12.64 48.66 -
YUV 84.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 169 22 188 0.10 0.88 0 0.26 293.13 0.79 0.41
Hex A9 16 BC A 58 0 1A 125 4F 29
Octal 251 26 274 12 130 0 32 445 117 51
Binary 10101001 10110 10111100 1010 1011000 0 11010 100100101 1001111 101001

Color Harmonies of #A916BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916BC

Black with #A916BC

Text Example


Text Example

White with #A916BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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