Html Css Color HEX #AC4CED Medium Orchid

📋 copy color: '#AC4CED'

red 172 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #AC4CED

Tints of Medium Orchid #AC4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

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

R = 35.46%
G = 15.67%
B = 48.87%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4CED (or 0xAC4CED) is known color: Medium Orchid. HEX triplet: AC, 4C and ED. RGB value is (172,76,237). Sum of RGB (Red+Green+Blue) = 172+76+237=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4CED is #53B312. Grayscale: #7A7A7A. Windows color (decimal): -5485331 or 15551660. OLE color: 15551660.

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

Color convert

RGB 172 76 237 -
CMYK 0.27 0.68 0 0.07
HSL 275.78º 0.82% 0.61% -
HSV(B) 275.78º 0.68% 0.93% -
XYZ 34.88 20.05 82.15 -
YUV 123.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 172 76 237 0.27 0.68 0 0.07 275.78 0.82 0.61
Hex AC 4C ED 1B 44 0 7 114 52 3D
Octal 254 114 355 33 104 0 7 424 122 75
Binary 10101100 1001100 11101101 11011 1000100 0 111 100010100 1010010 111101

Color Harmonies of #AC4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CED

Black with #AC4CED

Text Example


Text Example

White with #AC4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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