Html Css Color HEX #AC5FE1 Medium Orchid

📋 copy color: '#AC5FE1'

red 172 ◦ green 95 ◦ blue 225

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

Shades of Medium Orchid #AC5FE1

Tints of Medium Orchid #AC5FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 34.96%
G = 19.31%
B = 45.73%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC5FE1 (or 0xAC5FE1) is known color: Medium Orchid. HEX triplet: AC, 5F and E1. RGB value is (172,95,225). Sum of RGB (Red+Green+Blue) = 172+95+225=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC5FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FE1 is #53A01E. Grayscale: #848484. Windows color (decimal): -5480479 or 14770092. OLE color: 14770092.

HSL color Cylindrical-coordinate representation of color #AC5FE1: hue angle of 275.54º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5FE1 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 95 225 -
CMYK 0.24 0.58 0 0.12
HSL 275.54º 0.68% 0.63% -
HSV(B) 275.54º 0.58% 0.88% -
XYZ 34.7 22.39 73.73 -
YUV 132.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 172 95 225 0.24 0.58 0 0.12 275.54 0.68 0.63
Hex AC 5F E1 18 3A 0 C 114 44 3F
Octal 254 137 341 30 72 0 14 424 104 77
Binary 10101100 1011111 11100001 11000 111010 0 1100 100010100 1000100 111111

Color Harmonies of #AC5FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FE1

Black with #AC5FE1

Text Example


Text Example

White with #AC5FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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