Html Css Color HEX #A017BA Dark Orchid

📋 copy color: '#A017BA'

red 160 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #A017BA

Tints of Dark Orchid #A017BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.23%

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

R = 43.36%
G = 6.23%
B = 50.41%

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

#A017BA (or 0xA017BA) is known color: Dark Orchid. HEX triplet: A0, 17 and BA. RGB value is (160,23,186). Sum of RGB (Red+Green+Blue) = 160+23+186=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #A017BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017BA is #5FE845. Grayscale: #525252. Windows color (decimal): -6285382 or 12195744. OLE color: 12195744.

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

Color convert

RGB 160 23 186 -
CMYK 0.14 0.88 0 0.27
HSL 290.43º 0.78% 0.41% -
HSV(B) 290.43º 0.88% 0.73% -
XYZ 23.67 11.63 47.45 -
YUV 82.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 160 23 186 0.14 0.88 0 0.27 290.43 0.78 0.41
Hex A0 17 BA E 58 0 1B 122 4E 29
Octal 240 27 272 16 130 0 33 442 116 51
Binary 10100000 10111 10111010 1110 1011000 0 11011 100100010 1001110 101001

Color Harmonies of #A017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017BA

Black with #A017BA

Text Example


Text Example

White with #A017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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