Html Css Color HEX #AC5CDE Medium Orchid

📋 copy color: '#AC5CDE'

red 172 ◦ green 92 ◦ blue 222

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

Shades of Medium Orchid #AC5CDE

Tints of Medium Orchid #AC5CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.93%

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 35.39%
G = 18.93%
B = 45.68%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC5CDE (or 0xAC5CDE) is known color: Medium Orchid. HEX triplet: AC, 5C and DE. RGB value is (172,92,222). Sum of RGB (Red+Green+Blue) = 172+92+222=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CDE is #53A321. Grayscale: #828282. Windows color (decimal): -5481250 or 14572716. OLE color: 14572716.

HSL color Cylindrical-coordinate representation of color #AC5CDE: hue angle of 276.92º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5CDE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 92 222 -
CMYK 0.23 0.59 0 0.13
HSL 276.92º 0.66% 0.62% -
HSV(B) 276.92º 0.59% 0.87% -
XYZ 34.03 21.7 71.5 -
YUV 130.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 172 92 222 0.23 0.59 0 0.13 276.92 0.66 0.62
Hex AC 5C DE 17 3B 0 D 115 42 3E
Octal 254 134 336 27 73 0 15 425 102 76
Binary 10101100 1011100 11011110 10111 111011 0 1101 100010101 1000010 111110

Color Harmonies of #AC5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CDE

Black with #AC5CDE

Text Example


Text Example

White with #AC5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CDE; }

 p { color: rgb(172,92,222); }

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

background-color css

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

 a { background-color: rgb(172,92,222); }

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

border-color css

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

 span { border-color: rgb(172,92,222); }

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