Html Css Color HEX #AC5FEA Medium Orchid

📋 copy color: '#AC5FEA'

red 172 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #AC5FEA

Tints of Medium Orchid #AC5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 34.33%
G = 18.96%
B = 46.71%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC5FEA (or 0xAC5FEA) is known color: Medium Orchid. HEX triplet: AC, 5F and EA. RGB value is (172,95,234). Sum of RGB (Red+Green+Blue) = 172+95+234=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FEA is #53A015. Grayscale: #858585. Windows color (decimal): -5480470 or 15359916. OLE color: 15359916.

HSL color Cylindrical-coordinate representation of color #AC5FEA: hue angle of 273.24º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5FEA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 95 234 -
CMYK 0.26 0.59 0 0.08
HSL 273.24º 0.77% 0.65% -
HSV(B) 273.24º 0.59% 0.92% -
XYZ 35.96 22.9 80.37 -
YUV 133.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 172 95 234 0.26 0.59 0 0.08 273.24 0.77 0.65
Hex AC 5F EA 1A 3B 0 8 111 4D 41
Octal 254 137 352 32 73 0 10 421 115 101
Binary 10101100 1011111 11101010 11010 111011 0 1000 100010001 1001101 1000001

Color Harmonies of #AC5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FEA

Black with #AC5FEA

Text Example


Text Example

White with #AC5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FEA; }

 p { color: rgb(172,95,234); }

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

background-color css

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

 a { background-color: rgb(172,95,234); }

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

border-color css

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

 span { border-color: rgb(172,95,234); }

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