Html Css Color HEX #AC5FCD Medium Orchid

📋 copy color: '#AC5FCD'

red 172 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #AC5FCD

Tints of Medium Orchid #AC5FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 36.44%
G = 20.13%
B = 43.43%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC5FCD (or 0xAC5FCD) is known color: Medium Orchid. HEX triplet: AC, 5F and CD. RGB value is (172,95,205). Sum of RGB (Red+Green+Blue) = 172+95+205=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FCD is #53A032. Grayscale: #828282. Windows color (decimal): -5480499 or 13459372. OLE color: 13459372.

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

Color convert

RGB 172 95 205 -
CMYK 0.16 0.54 0 0.20
HSL 282º 0.52% 0.59% -
HSV(B) 282º 0.54% 0.8% -
XYZ 32.12 21.36 60.19 -
YUV 130.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 172 95 205 0.16 0.54 0 0.20 282 0.52 0.59
Hex AC 5F CD 10 36 0 14 11A 34 3B
Octal 254 137 315 20 66 0 24 432 64 73
Binary 10101100 1011111 11001101 10000 110110 0 10100 100011010 110100 111011

Color Harmonies of #AC5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FCD

Black with #AC5FCD

Text Example


Text Example

White with #AC5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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