Html Css Color HEX #AC57E7 Medium Orchid

📋 copy color: '#AC57E7'

red 172 ◦ green 87 ◦ blue 231

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

Shades of Medium Orchid #AC57E7

Tints of Medium Orchid #AC57E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 35.1%
G = 17.76%
B = 47.14%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC57E7 (or 0xAC57E7) is known color: Medium Orchid. HEX triplet: AC, 57 and E7. RGB value is (172,87,231). Sum of RGB (Red+Green+Blue) = 172+87+231=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC57E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57E7 is #53A818. Grayscale: #808080. Windows color (decimal): -5482521 or 15161260. OLE color: 15161260.

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

Color convert

RGB 172 87 231 -
CMYK 0.26 0.62 0 0.09
HSL 275.42º 0.75% 0.62% -
HSV(B) 275.42º 0.62% 0.91% -
XYZ 34.85 21.36 77.89 -
YUV 128.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 172 87 231 0.26 0.62 0 0.09 275.42 0.75 0.62
Hex AC 57 E7 1A 3E 0 9 113 4B 3E
Octal 254 127 347 32 76 0 11 423 113 76
Binary 10101100 1010111 11100111 11010 111110 0 1001 100010011 1001011 111110

Color Harmonies of #AC57E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57E7

Black with #AC57E7

Text Example


Text Example

White with #AC57E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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