Html Css Color HEX #AC4BEA Medium Orchid

📋 copy color: '#AC4BEA'

red 172 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #AC4BEA

Tints of Medium Orchid #AC4BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 35.76%
G = 15.59%
B = 48.65%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC4BEA (or 0xAC4BEA) is known color: Medium Orchid. HEX triplet: AC, 4B and EA. RGB value is (172,75,234). Sum of RGB (Red+Green+Blue) = 172+75+234=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC4BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BEA is #53B415. Grayscale: #797979. Windows color (decimal): -5485590 or 15354796. OLE color: 15354796.

HSL color Cylindrical-coordinate representation of color #AC4BEA: hue angle of 276.6º degrees, saturation: 0.79, 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 #AC4BEA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 75 234 -
CMYK 0.26 0.68 0 0.08
HSL 276.6º 0.79% 0.61% -
HSV(B) 276.6º 0.68% 0.92% -
XYZ 34.38 19.74 79.84 -
YUV 122.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 172 75 234 0.26 0.68 0 0.08 276.6 0.79 0.61
Hex AC 4B EA 1A 44 0 8 115 4F 3D
Octal 254 113 352 32 104 0 10 425 117 75
Binary 10101100 1001011 11101010 11010 1000100 0 1000 100010101 1001111 111101

Color Harmonies of #AC4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BEA

Black with #AC4BEA

Text Example


Text Example

White with #AC4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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