Html Css Color HEX #AC4DE8 Medium Orchid

📋 copy color: '#AC4DE8'

red 172 ◦ green 77 ◦ blue 232

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

Shades of Medium Orchid #AC4DE8

Tints of Medium Orchid #AC4DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 35.76%
G = 16.01%
B = 48.23%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC4DE8 (or 0xAC4DE8) is known color: Medium Orchid. HEX triplet: AC, 4D and E8. RGB value is (172,77,232). Sum of RGB (Red+Green+Blue) = 172+77+232=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC4DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DE8 is #53B217. Grayscale: #7A7A7A. Windows color (decimal): -5485080 or 15224236. OLE color: 15224236.

HSL color Cylindrical-coordinate representation of color #AC4DE8: hue angle of 276.77º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4DE8 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 77 232 -
CMYK 0.26 0.67 0 0.09
HSL 276.77º 0.77% 0.61% -
HSV(B) 276.77º 0.67% 0.91% -
XYZ 34.23 19.9 78.38 -
YUV 123.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 172 77 232 0.26 0.67 0 0.09 276.77 0.77 0.61
Hex AC 4D E8 1A 43 0 9 115 4D 3D
Octal 254 115 350 32 103 0 11 425 115 75
Binary 10101100 1001101 11101000 11010 1000011 0 1001 100010101 1001101 111101

Color Harmonies of #AC4DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DE8

Black with #AC4DE8

Text Example


Text Example

White with #AC4DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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