Html Css Color HEX #AC49FD Medium Orchid

📋 copy color: '#AC49FD'

red 172 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #AC49FD

Tints of Medium Orchid #AC49FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.66%

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

R = 34.54%
G = 14.66%
B = 50.8%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC49FD (or 0xAC49FD) is known color: Medium Orchid. HEX triplet: AC, 49 and FD. RGB value is (172,73,253). Sum of RGB (Red+Green+Blue) = 172+73+253=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49FD is #53B602. Grayscale: #7A7A7A. Windows color (decimal): -5486083 or 16599468. OLE color: 16599468.

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

Color convert

RGB 172 73 253 -
CMYK 0.32 0.71 0 0.01
HSL 273º 0.98% 0.64% -
HSV(B) 273º 0.71% 0.99% -
XYZ 37.13 20.63 94.95 -
YUV 123.12 201.3 162.86 -
System Red Green Blue C M Y K H S L
Decimal 172 73 253 0.32 0.71 0 0.01 273 0.98 0.64
Hex AC 49 FD 20 47 0 1 111 62 40
Octal 254 111 375 40 107 0 1 421 142 100
Binary 10101100 1001001 11111101 100000 1000111 0 1 100010001 1100010 1000000

Color Harmonies of #AC49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49FD

Black with #AC49FD

Text Example


Text Example

White with #AC49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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