Html Css Color HEX #AC59CB Medium Orchid

📋 copy color: '#AC59CB'

red 172 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #AC59CB

Tints of Medium Orchid #AC59CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.18%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 37.07%
G = 19.18%
B = 43.75%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC59CB (or 0xAC59CB) is known color: Medium Orchid. HEX triplet: AC, 59 and CB. RGB value is (172,89,203). Sum of RGB (Red+Green+Blue) = 172+89+203=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59CB is #53A634. Grayscale: #7E7E7E. Windows color (decimal): -5482037 or 13326764. OLE color: 13326764.

HSL color Cylindrical-coordinate representation of color #AC59CB: hue angle of 283.68º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC59CB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 89 203 -
CMYK 0.15 0.56 0 0.20
HSL 283.68º 0.52% 0.57% -
HSV(B) 283.68º 0.56% 0.8% -
XYZ 31.37 20.23 58.75 -
YUV 126.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 172 89 203 0.15 0.56 0 0.20 283.68 0.52 0.57
Hex AC 59 CB F 38 0 14 11C 34 39
Octal 254 131 313 17 70 0 24 434 64 71
Binary 10101100 1011001 11001011 1111 111000 0 10100 100011100 110100 111001

Color Harmonies of #AC59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59CB

Black with #AC59CB

Text Example


Text Example

White with #AC59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59CB; }

 p { color: rgb(172,89,203); }

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

background-color css

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

 a { background-color: rgb(172,89,203); }

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

border-color css

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

 span { border-color: rgb(172,89,203); }

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