Html Css Color HEX #A016BA Dark Orchid

📋 copy color: '#A016BA'

red 160 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #A016BA

Tints of Dark Orchid #A016BA

RGB

 RED value IS 160 (62.89% from 255) = 43.48%

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

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

R = 43.48%
G = 5.98%
B = 50.54%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A016BA (or 0xA016BA) is known color: Dark Orchid. HEX triplet: A0, 16 and BA. RGB value is (160,22,186). Sum of RGB (Red+Green+Blue) = 160+22+186=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #A016BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016BA is #5FE945. Grayscale: #515151. Windows color (decimal): -6285638 or 12195488. OLE color: 12195488.

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

Color convert

RGB 160 22 186 -
CMYK 0.14 0.88 0 0.27
HSL 290.49º 0.79% 0.41% -
HSV(B) 290.49º 0.88% 0.73% -
XYZ 23.65 11.59 47.45 -
YUV 81.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 160 22 186 0.14 0.88 0 0.27 290.49 0.79 0.41
Hex A0 16 BA E 58 0 1B 122 4F 29
Octal 240 26 272 16 130 0 33 442 117 51
Binary 10100000 10110 10111010 1110 1011000 0 11011 100100010 1001111 101001

Color Harmonies of #A016BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016BA

Black with #A016BA

Text Example


Text Example

White with #A016BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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