Html Css Color HEX #AC58F0 Medium Orchid

📋 copy color: '#AC58F0'

red 172 ◦ green 88 ◦ blue 240

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

Shades of Medium Orchid #AC58F0

Tints of Medium Orchid #AC58F0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.6%

 BLUE value IS 240 (94.14% from 255) = 48%

R = 34.4%
G = 17.6%
B = 48%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC58F0 (or 0xAC58F0) is known color: Medium Orchid. HEX triplet: AC, 58 and F0. RGB value is (172,88,240). Sum of RGB (Red+Green+Blue) = 172+88+240=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC58F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58F0 is #53A70F. Grayscale: #818181. Windows color (decimal): -5482256 or 15751340. OLE color: 15751340.

HSL color Cylindrical-coordinate representation of color #AC58F0: hue angle of 273.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC58F0 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 88 240 -
CMYK 0.28 0.63 0 0.06
HSL 273.16º 0.84% 0.64% -
HSV(B) 273.16º 0.63% 0.94% -
XYZ 36.23 22.04 84.78 -
YUV 130.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 172 88 240 0.28 0.63 0 0.06 273.16 0.84 0.64
Hex AC 58 F0 1C 3F 0 6 111 54 40
Octal 254 130 360 34 77 0 6 421 124 100
Binary 10101100 1011000 11110000 11100 111111 0 110 100010001 1010100 1000000

Color Harmonies of #AC58F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58F0

Black with #AC58F0

Text Example


Text Example

White with #AC58F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58F0; }

 p { color: rgb(172,88,240); }

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

background-color css

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

 a { background-color: rgb(172,88,240); }

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

border-color css

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

 span { border-color: rgb(172,88,240); }

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