Html Css Color HEX #AC4DEA Medium Orchid

📋 copy color: '#AC4DEA'

red 172 ◦ green 77 ◦ blue 234

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

Shades of Medium Orchid #AC4DEA

Tints of Medium Orchid #AC4DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.94%

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

R = 35.61%
G = 15.94%
B = 48.45%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC4DEA (or 0xAC4DEA) is known color: Medium Orchid. HEX triplet: AC, 4D and EA. RGB value is (172,77,234). Sum of RGB (Red+Green+Blue) = 172+77+234=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC4DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DEA is #53B215. Grayscale: #7A7A7A. Windows color (decimal): -5485078 or 15355308. OLE color: 15355308.

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

Color convert

RGB 172 77 234 -
CMYK 0.26 0.67 0 0.08
HSL 276.31º 0.79% 0.61% -
HSV(B) 276.31º 0.67% 0.92% -
XYZ 34.52 20.02 79.89 -
YUV 123.3 190.47 162.73 -
System Red Green Blue C M Y K H S L
Decimal 172 77 234 0.26 0.67 0 0.08 276.31 0.79 0.61
Hex AC 4D EA 1A 43 0 8 114 4F 3D
Octal 254 115 352 32 103 0 10 424 117 75
Binary 10101100 1001101 11101010 11010 1000011 0 1000 100010100 1001111 111101

Color Harmonies of #AC4DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DEA

Black with #AC4DEA

Text Example


Text Example

White with #AC4DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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