Html Css Color HEX #AC5ACC Medium Orchid

📋 copy color: '#AC5ACC'

red 172 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #AC5ACC

Tints of Medium Orchid #AC5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 36.91%
G = 19.31%
B = 43.78%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC5ACC (or 0xAC5ACC) is known color: Medium Orchid. HEX triplet: AC, 5A and CC. RGB value is (172,90,204). Sum of RGB (Red+Green+Blue) = 172+90+204=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ACC is #53A533. Grayscale: #7F7F7F. Windows color (decimal): -5481780 or 13392556. OLE color: 13392556.

HSL color Cylindrical-coordinate representation of color #AC5ACC: hue angle of 283.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC5ACC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 90 204 -
CMYK 0.16 0.56 0 0.2
HSL 283.16º 0.53% 0.58% -
HSV(B) 283.16º 0.56% 0.8% -
XYZ 31.57 20.44 59.41 -
YUV 127.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 172 90 204 0.16 0.56 0 0.2 283.16 0.53 0.58
Hex AC 5A CC 10 38 0 14 11B 35 3A
Octal 254 132 314 20 70 0 24 433 65 72
Binary 10101100 1011010 11001100 10000 111000 0 10100 100011011 110101 111010

Color Harmonies of #AC5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ACC

Black with #AC5ACC

Text Example


Text Example

White with #AC5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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