Html Css Color HEX #A916B2 Dark Orchid

📋 copy color: '#A916B2'

red 169 ◦ green 22 ◦ blue 178

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

Shades of Dark Orchid #A916B2

Tints of Dark Orchid #A916B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 45.8%
G = 5.96%
B = 48.24%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A916B2 (or 0xA916B2) is known color: Dark Orchid. HEX triplet: A9, 16 and B2. RGB value is (169,22,178). Sum of RGB (Red+Green+Blue) = 169+22+178=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #A916B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A916B2 is #56E94D. Grayscale: #535353. Windows color (decimal): -5695822 or 11671209. OLE color: 11671209.

HSL color Cylindrical-coordinate representation of color #A916B2: hue angle of 296.54º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A916B2 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 22 178 -
CMYK 0.05 0.88 0 0.30
HSL 296.54º 0.78% 0.39% -
HSV(B) 296.54º 0.88% 0.7% -
XYZ 24.68 12.22 43.18 -
YUV 83.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 169 22 178 0.05 0.88 0 0.30 296.54 0.78 0.39
Hex A9 16 B2 5 58 0 1E 129 4E 27
Octal 251 26 262 5 130 0 36 451 116 47
Binary 10101001 10110 10110010 101 1011000 0 11110 100101001 1001110 100111

Color Harmonies of #A916B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916B2

Black with #A916B2

Text Example


Text Example

White with #A916B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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