Html Css Color HEX #AC4FEE Medium Orchid

📋 copy color: '#AC4FEE'

red 172 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #AC4FEE

Tints of Medium Orchid #AC4FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 35.17%
G = 16.16%
B = 48.67%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4FEE (or 0xAC4FEE) is known color: Medium Orchid. HEX triplet: AC, 4F and EE. RGB value is (172,79,238). Sum of RGB (Red+Green+Blue) = 172+79+238=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC4FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FEE is #53B011. Grayscale: #7C7C7C. Windows color (decimal): -5484562 or 15617964. OLE color: 15617964.

HSL color Cylindrical-coordinate representation of color #AC4FEE: hue angle of 275.09º degrees, saturation: 0.82, 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 #AC4FEE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 79 238 -
CMYK 0.28 0.67 0 0.07
HSL 275.09º 0.82% 0.62% -
HSV(B) 275.09º 0.67% 0.93% -
XYZ 35.24 20.54 83 -
YUV 124.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 172 79 238 0.28 0.67 0 0.07 275.09 0.82 0.62
Hex AC 4F EE 1C 43 0 7 113 52 3E
Octal 254 117 356 34 103 0 7 423 122 76
Binary 10101100 1001111 11101110 11100 1000011 0 111 100010011 1010010 111110

Color Harmonies of #AC4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FEE

Black with #AC4FEE

Text Example


Text Example

White with #AC4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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