Html Css Color HEX #AC4DE1 Medium Orchid

📋 copy color: '#AC4DE1'

red 172 ◦ green 77 ◦ blue 225

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

Shades of Medium Orchid #AC4DE1

Tints of Medium Orchid #AC4DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 36.29%
G = 16.24%
B = 47.47%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC4DE1 (or 0xAC4DE1) is known color: Medium Orchid. HEX triplet: AC, 4D and E1. RGB value is (172,77,225). Sum of RGB (Red+Green+Blue) = 172+77+225=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC4DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DE1 is #53B21E. Grayscale: #797979. Windows color (decimal): -5485087 or 14765484. OLE color: 14765484.

HSL color Cylindrical-coordinate representation of color #AC4DE1: hue angle of 278.51º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4DE1 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 77 225 -
CMYK 0.24 0.66 0 0.12
HSL 278.51º 0.71% 0.59% -
HSV(B) 278.51º 0.66% 0.88% -
XYZ 33.26 19.51 73.25 -
YUV 122.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 172 77 225 0.24 0.66 0 0.12 278.51 0.71 0.59
Hex AC 4D E1 18 42 0 C 117 47 3B
Octal 254 115 341 30 102 0 14 427 107 73
Binary 10101100 1001101 11100001 11000 1000010 0 1100 100010111 1000111 111011

Color Harmonies of #AC4DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DE1

Black with #AC4DE1

Text Example


Text Example

White with #AC4DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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