Html Css Color HEX #AC4FFD Medium Orchid

📋 copy color: '#AC4FFD'

red 172 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #AC4FFD

Tints of Medium Orchid #AC4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

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

R = 34.13%
G = 15.67%
B = 50.2%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC4FFD (or 0xAC4FFD) is known color: Medium Orchid. HEX triplet: AC, 4F and FD. RGB value is (172,79,253). Sum of RGB (Red+Green+Blue) = 172+79+253=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FFD is #53B002. Grayscale: #7E7E7E. Windows color (decimal): -5484547 or 16601004. OLE color: 16601004.

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

Color convert

RGB 172 79 253 -
CMYK 0.32 0.69 0 0.01
HSL 272.07º 0.98% 0.65% -
HSV(B) 272.07º 0.69% 0.99% -
XYZ 37.54 21.45 95.09 -
YUV 126.64 199.31 160.35 -
System Red Green Blue C M Y K H S L
Decimal 172 79 253 0.32 0.69 0 0.01 272.07 0.98 0.65
Hex AC 4F FD 20 45 0 1 110 62 41
Octal 254 117 375 40 105 0 1 420 142 101
Binary 10101100 1001111 11111101 100000 1000101 0 1 100010000 1100010 1000001

Color Harmonies of #AC4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FFD

Black with #AC4FFD

Text Example


Text Example

White with #AC4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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