Html Css Color HEX #AC55FD Medium Orchid

📋 copy color: '#AC55FD'

red 172 ◦ green 85 ◦ blue 253

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

Shades of Medium Orchid #AC55FD

Tints of Medium Orchid #AC55FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 33.73%
G = 16.67%
B = 49.61%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC55FD (or 0xAC55FD) is known color: Medium Orchid. HEX triplet: AC, 55 and FD. RGB value is (172,85,253). Sum of RGB (Red+Green+Blue) = 172+85+253=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC55FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55FD is #53AA02. Grayscale: #818181. Windows color (decimal): -5483011 or 16602540. OLE color: 16602540.

HSL color Cylindrical-coordinate representation of color #AC55FD: hue angle of 271.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC55FD is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 85 253 -
CMYK 0.32 0.66 0 0.01
HSL 271.07º 0.98% 0.66% -
HSV(B) 271.07º 0.66% 0.99% -
XYZ 37.99 22.36 95.24 -
YUV 130.17 197.32 157.84 -
System Red Green Blue C M Y K H S L
Decimal 172 85 253 0.32 0.66 0 0.01 271.07 0.98 0.66
Hex AC 55 FD 20 42 0 1 10F 62 42
Octal 254 125 375 40 102 0 1 417 142 102
Binary 10101100 1010101 11111101 100000 1000010 0 1 100001111 1100010 1000010

Color Harmonies of #AC55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55FD

Black with #AC55FD

Text Example


Text Example

White with #AC55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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