Html Css Color HEX #AC4DDE Medium Orchid

📋 copy color: '#AC4DDE'

red 172 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #AC4DDE

Tints of Medium Orchid #AC4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

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

R = 36.52%
G = 16.35%
B = 47.13%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4DDE (or 0xAC4DDE) is known color: Medium Orchid. HEX triplet: AC, 4D and DE. RGB value is (172,77,222). Sum of RGB (Red+Green+Blue) = 172+77+222=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC4DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DDE is #53B221. Grayscale: #797979. Windows color (decimal): -5485090 or 14568876. OLE color: 14568876.

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

Color convert

RGB 172 77 222 -
CMYK 0.23 0.65 0 0.13
HSL 279.31º 0.69% 0.59% -
HSV(B) 279.31º 0.65% 0.87% -
XYZ 32.85 19.35 71.11 -
YUV 121.94 184.47 163.71 -
System Red Green Blue C M Y K H S L
Decimal 172 77 222 0.23 0.65 0 0.13 279.31 0.69 0.59
Hex AC 4D DE 17 41 0 D 117 45 3B
Octal 254 115 336 27 101 0 15 427 105 73
Binary 10101100 1001101 11011110 10111 1000001 0 1101 100010111 1000101 111011

Color Harmonies of #AC4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DDE

Black with #AC4DDE

Text Example


Text Example

White with #AC4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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