Html Css Color HEX #AC4BEE Medium Orchid

📋 copy color: '#AC4BEE'

red 172 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #AC4BEE

Tints of Medium Orchid #AC4BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.46%

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

R = 35.46%
G = 15.46%
B = 49.07%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4BEE (or 0xAC4BEE) is known color: Medium Orchid. HEX triplet: AC, 4B and EE. RGB value is (172,75,238). Sum of RGB (Red+Green+Blue) = 172+75+238=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC4BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BEE is #53B411. Grayscale: #7A7A7A. Windows color (decimal): -5485586 or 15616940. OLE color: 15616940.

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

Color convert

RGB 172 75 238 -
CMYK 0.28 0.68 0 0.07
HSL 275.71º 0.83% 0.61% -
HSV(B) 275.71º 0.68% 0.93% -
XYZ 34.96 19.98 82.9 -
YUV 122.59 193.14 163.25 -
System Red Green Blue C M Y K H S L
Decimal 172 75 238 0.28 0.68 0 0.07 275.71 0.83 0.61
Hex AC 4B EE 1C 44 0 7 114 53 3D
Octal 254 113 356 34 104 0 7 424 123 75
Binary 10101100 1001011 11101110 11100 1000100 0 111 100010100 1010011 111101

Color Harmonies of #AC4BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BEE

Black with #AC4BEE

Text Example


Text Example

White with #AC4BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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