Html Css Color HEX #AC55EB Medium Orchid

📋 copy color: '#AC55EB'

red 172 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #AC55EB

Tints of Medium Orchid #AC55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 34.96%
G = 17.28%
B = 47.76%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC55EB (or 0xAC55EB) is known color: Medium Orchid. HEX triplet: AC, 55 and EB. RGB value is (172,85,235). Sum of RGB (Red+Green+Blue) = 172+85+235=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55EB is #53AA14. Grayscale: #7F7F7F. Windows color (decimal): -5483029 or 15422892. OLE color: 15422892.

HSL color Cylindrical-coordinate representation of color #AC55EB: hue angle of 274.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC55EB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 85 235 -
CMYK 0.27 0.64 0 0.08
HSL 274.8º 0.79% 0.63% -
HSV(B) 274.8º 0.64% 0.92% -
XYZ 35.26 21.27 80.84 -
YUV 128.11 188.32 159.3 -
System Red Green Blue C M Y K H S L
Decimal 172 85 235 0.27 0.64 0 0.08 274.8 0.79 0.63
Hex AC 55 EB 1B 40 0 8 113 4F 3F
Octal 254 125 353 33 100 0 10 423 117 77
Binary 10101100 1010101 11101011 11011 1000000 0 1000 100010011 1001111 111111

Color Harmonies of #AC55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55EB

Black with #AC55EB

Text Example


Text Example

White with #AC55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55EB; }

 p { color: rgb(172,85,235); }

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

background-color css

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

 a { background-color: rgb(172,85,235); }

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

border-color css

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

 span { border-color: rgb(172,85,235); }

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