Html Css Color HEX #AC5ACE Medium Orchid

📋 copy color: '#AC5ACE'

red 172 ◦ green 90 ◦ blue 206

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

Shades of Medium Orchid #AC5ACE

Tints of Medium Orchid #AC5ACE

RGB

 RED value IS 172 (67.58% from 255) = 36.75%

 GREEN value IS 90 (35.55% from 255) = 19.23%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 36.75%
G = 19.23%
B = 44.02%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC5ACE (or 0xAC5ACE) is known color: Medium Orchid. HEX triplet: AC, 5A and CE. RGB value is (172,90,206). Sum of RGB (Red+Green+Blue) = 172+90+206=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ACE is #53A531. Grayscale: #7F7F7F. Windows color (decimal): -5481778 or 13523628. OLE color: 13523628.

HSL color Cylindrical-coordinate representation of color #AC5ACE: hue angle of 282.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC5ACE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 90 206 -
CMYK 0.17 0.56 0 0.19
HSL 282.41º 0.54% 0.58% -
HSV(B) 282.41º 0.56% 0.81% -
XYZ 31.81 20.54 60.68 -
YUV 127.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 172 90 206 0.17 0.56 0 0.19 282.41 0.54 0.58
Hex AC 5A CE 11 38 0 13 11A 36 3A
Octal 254 132 316 21 70 0 23 432 66 72
Binary 10101100 1011010 11001110 10001 111000 0 10011 100011010 110110 111010

Color Harmonies of #AC5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ACE

Black with #AC5ACE

Text Example


Text Example

White with #AC5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ACE; }

 p { color: rgb(172,90,206); }

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

background-color css

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

 a { background-color: rgb(172,90,206); }

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

border-color css

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

 span { border-color: rgb(172,90,206); }

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