Html Css Color HEX #AC4DEE Medium Orchid

📋 copy color: '#AC4DEE'

red 172 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #AC4DEE

Tints of Medium Orchid #AC4DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 35.32%
G = 15.81%
B = 48.87%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4DEE (or 0xAC4DEE) is known color: Medium Orchid. HEX triplet: AC, 4D and EE. RGB value is (172,77,238). Sum of RGB (Red+Green+Blue) = 172+77+238=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DEE is #53B211. Grayscale: #7B7B7B. Windows color (decimal): -5485074 or 15617452. OLE color: 15617452.

HSL color Cylindrical-coordinate representation of color #AC4DEE: hue angle of 275.4º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4DEE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 77 238 -
CMYK 0.28 0.68 0 0.07
HSL 275.4º 0.83% 0.62% -
HSV(B) 275.4º 0.68% 0.93% -
XYZ 35.1 20.25 82.95 -
YUV 123.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 172 77 238 0.28 0.68 0 0.07 275.4 0.83 0.62
Hex AC 4D EE 1C 44 0 7 113 53 3E
Octal 254 115 356 34 104 0 7 423 123 76
Binary 10101100 1001101 11101110 11100 1000100 0 111 100010011 1010011 111110

Color Harmonies of #AC4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DEE

Black with #AC4DEE

Text Example


Text Example

White with #AC4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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