Html Css Color HEX #AC5ADF Medium Orchid

📋 copy color: '#AC5ADF'

red 172 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #AC5ADF

Tints of Medium Orchid #AC5ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 35.46%
G = 18.56%
B = 45.98%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC5ADF (or 0xAC5ADF) is known color: Medium Orchid. HEX triplet: AC, 5A and DF. RGB value is (172,90,223). Sum of RGB (Red+Green+Blue) = 172+90+223=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC5ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ADF is #53A520. Grayscale: #818181. Windows color (decimal): -5481761 or 14637740. OLE color: 14637740.

HSL color Cylindrical-coordinate representation of color #AC5ADF: hue angle of 276.99º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC5ADF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 90 223 -
CMYK 0.23 0.60 0 0.13
HSL 276.99º 0.68% 0.61% -
HSV(B) 276.99º 0.6% 0.87% -
XYZ 33.99 21.41 72.15 -
YUV 129.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 172 90 223 0.23 0.60 0 0.13 276.99 0.68 0.61
Hex AC 5A DF 17 3C 0 D 115 44 3D
Octal 254 132 337 27 74 0 15 425 104 75
Binary 10101100 1011010 11011111 10111 111100 0 1101 100010101 1000100 111101

Color Harmonies of #AC5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ADF

Black with #AC5ADF

Text Example


Text Example

White with #AC5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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