Html Css Color HEX #AC4FED Medium Orchid

📋 copy color: '#AC4FED'

red 172 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #AC4FED

Tints of Medium Orchid #AC4FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 35.25%
G = 16.19%
B = 48.57%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4FED (or 0xAC4FED) is known color: Medium Orchid. HEX triplet: AC, 4F and ED. RGB value is (172,79,237). Sum of RGB (Red+Green+Blue) = 172+79+237=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FED is #53B012. Grayscale: #7C7C7C. Windows color (decimal): -5484563 or 15552428. OLE color: 15552428.

HSL color Cylindrical-coordinate representation of color #AC4FED: hue angle of 275.32º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4FED is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 79 237 -
CMYK 0.27 0.67 0 0.07
HSL 275.32º 0.81% 0.62% -
HSV(B) 275.32º 0.67% 0.93% -
XYZ 35.1 20.48 82.22 -
YUV 124.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 172 79 237 0.27 0.67 0 0.07 275.32 0.81 0.62
Hex AC 4F ED 1B 43 0 7 113 51 3E
Octal 254 117 355 33 103 0 7 423 121 76
Binary 10101100 1001111 11101101 11011 1000011 0 111 100010011 1010001 111110

Color Harmonies of #AC4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FED

Black with #AC4FED

Text Example


Text Example

White with #AC4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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