Html Css Color HEX #AC4CDE Medium Orchid

📋 copy color: '#AC4CDE'

red 172 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #AC4CDE

Tints of Medium Orchid #AC4CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

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

R = 36.6%
G = 16.17%
B = 47.23%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4CDE (or 0xAC4CDE) is known color: Medium Orchid. HEX triplet: AC, 4C and DE. RGB value is (172,76,222). Sum of RGB (Red+Green+Blue) = 172+76+222=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC4CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CDE is #53B321. Grayscale: #787878. Windows color (decimal): -5485346 or 14568620. OLE color: 14568620.

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

Color convert

RGB 172 76 222 -
CMYK 0.23 0.66 0 0.13
HSL 279.45º 0.69% 0.58% -
HSV(B) 279.45º 0.66% 0.87% -
XYZ 32.78 19.21 71.09 -
YUV 121.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 172 76 222 0.23 0.66 0 0.13 279.45 0.69 0.58
Hex AC 4C DE 17 42 0 D 117 45 3A
Octal 254 114 336 27 102 0 15 427 105 72
Binary 10101100 1001100 11011110 10111 1000010 0 1101 100010111 1000101 111010

Color Harmonies of #AC4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CDE

Black with #AC4CDE

Text Example


Text Example

White with #AC4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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