Html Css Color HEX #AC54E7 Medium Orchid

📋 copy color: '#AC54E7'

red 172 ◦ green 84 ◦ blue 231

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

Shades of Medium Orchid #AC54E7

Tints of Medium Orchid #AC54E7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.25%

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

R = 35.32%
G = 17.25%
B = 47.43%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC54E7 (or 0xAC54E7) is known color: Medium Orchid. HEX triplet: AC, 54 and E7. RGB value is (172,84,231). Sum of RGB (Red+Green+Blue) = 172+84+231=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC54E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54E7 is #53AB18. Grayscale: #7E7E7E. Windows color (decimal): -5483289 or 15160492. OLE color: 15160492.

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

Color convert

RGB 172 84 231 -
CMYK 0.26 0.64 0 0.09
HSL 275.92º 0.75% 0.62% -
HSV(B) 275.92º 0.64% 0.91% -
XYZ 34.61 20.88 77.81 -
YUV 127.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 172 84 231 0.26 0.64 0 0.09 275.92 0.75 0.62
Hex AC 54 E7 1A 40 0 9 114 4B 3E
Octal 254 124 347 32 100 0 11 424 113 76
Binary 10101100 1010100 11100111 11010 1000000 0 1001 100010100 1001011 111110

Color Harmonies of #AC54E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54E7

Black with #AC54E7

Text Example


Text Example

White with #AC54E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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