Html Css Color HEX #AC5DDA Medium Orchid

📋 copy color: '#AC5DDA'

red 172 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #AC5DDA

Tints of Medium Orchid #AC5DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 35.61%
G = 19.25%
B = 45.13%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC5DDA (or 0xAC5DDA) is known color: Medium Orchid. HEX triplet: AC, 5D and DA. RGB value is (172,93,218). Sum of RGB (Red+Green+Blue) = 172+93+218=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DDA is #53A225. Grayscale: #828282. Windows color (decimal): -5480998 or 14310828. OLE color: 14310828.

HSL color Cylindrical-coordinate representation of color #AC5DDA: hue angle of 277.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5DDA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 93 218 -
CMYK 0.21 0.57 0 0.15
HSL 277.92º 0.63% 0.61% -
HSV(B) 277.92º 0.57% 0.85% -
XYZ 33.58 21.66 68.74 -
YUV 130.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 172 93 218 0.21 0.57 0 0.15 277.92 0.63 0.61
Hex AC 5D DA 15 39 0 F 116 3F 3D
Octal 254 135 332 25 71 0 17 426 77 75
Binary 10101100 1011101 11011010 10101 111001 0 1111 100010110 111111 111101

Color Harmonies of #AC5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DDA

Black with #AC5DDA

Text Example


Text Example

White with #AC5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DDA; }

 p { color: rgb(172,93,218); }

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

background-color css

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

 a { background-color: rgb(172,93,218); }

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

border-color css

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

 span { border-color: rgb(172,93,218); }

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