Html Css Color HEX #A616BD Dark Orchid

📋 copy color: '#A616BD'

red 166 ◦ green 22 ◦ blue 189

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

Shades of Dark Orchid #A616BD

Tints of Dark Orchid #A616BD

RGB

 RED value IS 166 (65.23% from 255) = 44.03%

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 44.03%
G = 5.84%
B = 50.13%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A616BD (or 0xA616BD) is known color: Dark Orchid. HEX triplet: A6, 16 and BD. RGB value is (166,22,189). Sum of RGB (Red+Green+Blue) = 166+22+189=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A616BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616BD is #59E942. Grayscale: #535353. Windows color (decimal): -5892419 or 12392102. OLE color: 12392102.

HSL color Cylindrical-coordinate representation of color #A616BD: hue angle of 291.74º 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 #A616BD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 22 189 -
CMYK 0.12 0.88 0 0.26
HSL 291.74º 0.79% 0.41% -
HSV(B) 291.74º 0.88% 0.74% -
XYZ 25.2 12.35 49.2 -
YUV 84.09 187.21 186.42 -
System Red Green Blue C M Y K H S L
Decimal 166 22 189 0.12 0.88 0 0.26 291.74 0.79 0.41
Hex A6 16 BD C 58 0 1A 124 4F 29
Octal 246 26 275 14 130 0 32 444 117 51
Binary 10100110 10110 10111101 1100 1011000 0 11010 100100100 1001111 101001

Color Harmonies of #A616BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616BD

Black with #A616BD

Text Example


Text Example

White with #A616BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616BD; }

 p { color: rgb(166,22,189); }

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

background-color css

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

 a { background-color: rgb(166,22,189); }

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

border-color css

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

 span { border-color: rgb(166,22,189); }

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