Html Css Color HEX #AC5FCE Medium Orchid

📋 copy color: '#AC5FCE'

red 172 ◦ green 95 ◦ blue 206

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

Shades of Medium Orchid #AC5FCE

Tints of Medium Orchid #AC5FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

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

R = 36.36%
G = 20.08%
B = 43.55%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC5FCE (or 0xAC5FCE) is known color: Medium Orchid. HEX triplet: AC, 5F and CE. RGB value is (172,95,206). Sum of RGB (Red+Green+Blue) = 172+95+206=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FCE is #53A031. Grayscale: #828282. Windows color (decimal): -5480498 or 13524908. OLE color: 13524908.

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

Color convert

RGB 172 95 206 -
CMYK 0.17 0.54 0 0.19
HSL 281.62º 0.53% 0.59% -
HSV(B) 281.62º 0.54% 0.81% -
XYZ 32.25 21.41 60.83 -
YUV 130.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 172 95 206 0.17 0.54 0 0.19 281.62 0.53 0.59
Hex AC 5F CE 11 36 0 13 11A 35 3B
Octal 254 137 316 21 66 0 23 432 65 73
Binary 10101100 1011111 11001110 10001 110110 0 10011 100011010 110101 111011

Color Harmonies of #AC5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FCE

Black with #AC5FCE

Text Example


Text Example

White with #AC5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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