Html Css Color HEX #AC41EA Medium Orchid

📋 copy color: '#AC41EA'

red 172 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #AC41EA

Tints of Medium Orchid #AC41EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.8%

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

R = 36.52%
G = 13.8%
B = 49.68%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC41EA (or 0xAC41EA) is known color: Medium Orchid. HEX triplet: AC, 41 and EA. RGB value is (172,65,234). Sum of RGB (Red+Green+Blue) = 172+65+234=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC41EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41EA is #53BE15. Grayscale: #737373. Windows color (decimal): -5488150 or 15352236. OLE color: 15352236.

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

Color convert

RGB 172 65 234 -
CMYK 0.26 0.72 0 0.08
HSL 277.99º 0.8% 0.59% -
HSV(B) 277.99º 0.72% 0.92% -
XYZ 33.75 18.49 79.63 -
YUV 116.26 194.45 167.76 -
System Red Green Blue C M Y K H S L
Decimal 172 65 234 0.26 0.72 0 0.08 277.99 0.8 0.59
Hex AC 41 EA 1A 48 0 8 116 50 3B
Octal 254 101 352 32 110 0 10 426 120 73
Binary 10101100 1000001 11101010 11010 1001000 0 1000 100010110 1010000 111011

Color Harmonies of #AC41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41EA

Black with #AC41EA

Text Example


Text Example

White with #AC41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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