Html Css Color HEX #AC4CEB Medium Orchid

📋 copy color: '#AC4CEB'

red 172 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #AC4CEB

Tints of Medium Orchid #AC4CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 35.61%
G = 15.73%
B = 48.65%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC4CEB (or 0xAC4CEB) is known color: Medium Orchid. HEX triplet: AC, 4C and EB. RGB value is (172,76,235). Sum of RGB (Red+Green+Blue) = 172+76+235=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4CEB is #53B314. Grayscale: #7A7A7A. Windows color (decimal): -5485333 or 15420588. OLE color: 15420588.

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

Color convert

RGB 172 76 235 -
CMYK 0.27 0.68 0 0.08
HSL 276.23º 0.8% 0.61% -
HSV(B) 276.23º 0.68% 0.92% -
XYZ 34.59 19.94 80.62 -
YUV 122.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 172 76 235 0.27 0.68 0 0.08 276.23 0.8 0.61
Hex AC 4C EB 1B 44 0 8 114 50 3D
Octal 254 114 353 33 104 0 10 424 120 75
Binary 10101100 1001100 11101011 11011 1000100 0 1000 100010100 1010000 111101

Color Harmonies of #AC4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CEB

Black with #AC4CEB

Text Example


Text Example

White with #AC4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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