Html Css Color HEX #A016B7 Dark Orchid

📋 copy color: '#A016B7'

red 160 ◦ green 22 ◦ blue 183

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

Shades of Dark Orchid #A016B7

Tints of Dark Orchid #A016B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.14%

R = 43.84%
G = 6.03%
B = 50.14%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A016B7 (or 0xA016B7) is known color: Dark Orchid. HEX triplet: A0, 16 and B7. RGB value is (160,22,183). Sum of RGB (Red+Green+Blue) = 160+22+183=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #A016B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016B7 is #5FE948. Grayscale: #515151. Windows color (decimal): -6285641 or 11998880. OLE color: 11998880.

HSL color Cylindrical-coordinate representation of color #A016B7: hue angle of 291.43º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A016B7 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 22 183 -
CMYK 0.13 0.88 0 0.28
HSL 291.43º 0.79% 0.4% -
HSV(B) 291.43º 0.88% 0.72% -
XYZ 23.33 11.47 45.78 -
YUV 81.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 160 22 183 0.13 0.88 0 0.28 291.43 0.79 0.4
Hex A0 16 B7 D 58 0 1C 123 4F 28
Octal 240 26 267 15 130 0 34 443 117 50
Binary 10100000 10110 10110111 1101 1011000 0 11100 100100011 1001111 101000

Color Harmonies of #A016B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016B7

Black with #A016B7

Text Example


Text Example

White with #A016B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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