Html Css Color HEX #AC57E4 Medium Orchid

📋 copy color: '#AC57E4'

red 172 ◦ green 87 ◦ blue 228

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

Shades of Medium Orchid #AC57E4

Tints of Medium Orchid #AC57E4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.86%

 BLUE value IS 228 (89.45% from 255) = 46.82%

R = 35.32%
G = 17.86%
B = 46.82%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC57E4 (or 0xAC57E4) is known color: Medium Orchid. HEX triplet: AC, 57 and E4. RGB value is (172,87,228). Sum of RGB (Red+Green+Blue) = 172+87+228=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC57E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57E4 is #53A81B. Grayscale: #808080. Windows color (decimal): -5482524 or 14964652. OLE color: 14964652.

HSL color Cylindrical-coordinate representation of color #AC57E4: hue angle of 276.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC57E4 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 87 228 -
CMYK 0.25 0.62 0 0.11
HSL 276.17º 0.72% 0.62% -
HSV(B) 276.17º 0.62% 0.89% -
XYZ 34.43 21.19 75.67 -
YUV 128.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 172 87 228 0.25 0.62 0 0.11 276.17 0.72 0.62
Hex AC 57 E4 19 3E 0 B 114 48 3E
Octal 254 127 344 31 76 0 13 424 110 76
Binary 10101100 1010111 11100100 11001 111110 0 1011 100010100 1001000 111110

Color Harmonies of #AC57E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57E4

Black with #AC57E4

Text Example


Text Example

White with #AC57E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57E4; }

 p { color: rgb(172,87,228); }

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

background-color css

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

 a { background-color: rgb(172,87,228); }

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

border-color css

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

 span { border-color: rgb(172,87,228); }

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