Html Css Color HEX #A017BC Dark Orchid

📋 copy color: '#A017BC'

red 160 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #A017BC

Tints of Dark Orchid #A017BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 43.13%
G = 6.2%
B = 50.67%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A017BC (or 0xA017BC) is known color: Dark Orchid. HEX triplet: A0, 17 and BC. RGB value is (160,23,188). Sum of RGB (Red+Green+Blue) = 160+23+188=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #A017BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017BC is #5FE843. Grayscale: #525252. Windows color (decimal): -6285380 or 12326816. OLE color: 12326816.

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

Color convert

RGB 160 23 188 -
CMYK 0.15 0.88 0 0.26
HSL 289.82º 0.78% 0.41% -
HSV(B) 289.82º 0.88% 0.74% -
XYZ 23.88 11.72 48.58 -
YUV 82.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 160 23 188 0.15 0.88 0 0.26 289.82 0.78 0.41
Hex A0 17 BC F 58 0 1A 122 4E 29
Octal 240 27 274 17 130 0 32 442 116 51
Binary 10100000 10111 10111100 1111 1011000 0 11010 100100010 1001110 101001

Color Harmonies of #A017BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017BC

Black with #A017BC

Text Example


Text Example

White with #A017BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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