Html Css Color HEX #AC45E6 Medium Orchid

📋 copy color: '#AC45E6'

red 172 ◦ green 69 ◦ blue 230

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

Shades of Medium Orchid #AC45E6

Tints of Medium Orchid #AC45E6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.65%

 BLUE value IS 230 (90.23% from 255) = 48.83%

R = 36.52%
G = 14.65%
B = 48.83%

CMYK

 C value IS 0.25

 M value IS 0.7

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC45E6 (or 0xAC45E6) is known color: Medium Orchid. HEX triplet: AC, 45 and E6. RGB value is (172,69,230). Sum of RGB (Red+Green+Blue) = 172+69+230=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC45E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC45E6 is #53BA19. Grayscale: #757575. Windows color (decimal): -5487130 or 15091116. OLE color: 15091116.

HSL color Cylindrical-coordinate representation of color #AC45E6: hue angle of 278.39º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC45E6 is Cyan = 0.25, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 69 230 -
CMYK 0.25 0.7 0 0.10
HSL 278.39º 0.76% 0.59% -
HSV(B) 278.39º 0.7% 0.9% -
XYZ 33.42 18.74 76.72 -
YUV 118.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 172 69 230 0.25 0.7 0 0.10 278.39 0.76 0.59
Hex AC 45 E6 19 46 0 A 116 4C 3B
Octal 254 105 346 31 106 0 12 426 114 73
Binary 10101100 1000101 11100110 11001 1000110 0 1010 100010110 1001100 111011

Color Harmonies of #AC45E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC45E6

Black with #AC45E6

Text Example


Text Example

White with #AC45E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC45E6; }

 p { color: rgb(172,69,230); }

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

background-color css

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

 a { background-color: rgb(172,69,230); }

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

border-color css

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

 span { border-color: rgb(172,69,230); }

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