Html Css Color HEX #A017B8 Dark Orchid

📋 copy color: '#A017B8'

red 160 ◦ green 23 ◦ blue 184

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

Shades of Dark Orchid #A017B8

Tints of Dark Orchid #A017B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.14%

R = 43.6%
G = 6.27%
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

#A017B8 (or 0xA017B8) is known color: Dark Orchid. HEX triplet: A0, 17 and B8. RGB value is (160,23,184). Sum of RGB (Red+Green+Blue) = 160+23+184=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #A017B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017B8 is #5FE847. Grayscale: #515151. Windows color (decimal): -6285384 or 12064672. OLE color: 12064672.

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

Color convert

RGB 160 23 184 -
CMYK 0.13 0.88 0 0.28
HSL 291.06º 0.78% 0.41% -
HSV(B) 291.06º 0.88% 0.72% -
XYZ 23.46 11.55 46.34 -
YUV 82.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 160 23 184 0.13 0.88 0 0.28 291.06 0.78 0.41
Hex A0 17 B8 D 58 0 1C 123 4E 29
Octal 240 27 270 15 130 0 34 443 116 51
Binary 10100000 10111 10111000 1101 1011000 0 11100 100100011 1001110 101001

Color Harmonies of #A017B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017B8

Black with #A017B8

Text Example


Text Example

White with #A017B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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