Html Css Color HEX #AC57F5 Medium Orchid

📋 copy color: '#AC57F5'

red 172 ◦ green 87 ◦ blue 245

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

Shades of Medium Orchid #AC57F5

Tints of Medium Orchid #AC57F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 34.13%
G = 17.26%
B = 48.61%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC57F5 (or 0xAC57F5) is known color: Medium Orchid. HEX triplet: AC, 57 and F5. RGB value is (172,87,245). Sum of RGB (Red+Green+Blue) = 172+87+245=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC57F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57F5 is #53A80A. Grayscale: #818181. Windows color (decimal): -5482507 or 16078764. OLE color: 16078764.

HSL color Cylindrical-coordinate representation of color #AC57F5: hue angle of 272.28º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC57F5 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 87 245 -
CMYK 0.30 0.64 0 0.04
HSL 272.28º 0.89% 0.65% -
HSV(B) 272.28º 0.64% 0.96% -
XYZ 36.9 22.18 88.72 -
YUV 130.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 172 87 245 0.30 0.64 0 0.04 272.28 0.89 0.65
Hex AC 57 F5 1E 40 0 4 110 59 41
Octal 254 127 365 36 100 0 4 420 131 101
Binary 10101100 1010111 11110101 11110 1000000 0 100 100010000 1011001 1000001

Color Harmonies of #AC57F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57F5

Black with #AC57F5

Text Example


Text Example

White with #AC57F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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