Html Css Color HEX #AC45F1 Medium Orchid

📋 copy color: '#AC45F1'

red 172 ◦ green 69 ◦ blue 241

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

Shades of Medium Orchid #AC45F1

Tints of Medium Orchid #AC45F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 35.68%
G = 14.32%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC45F1 (or 0xAC45F1) is known color: Medium Orchid. HEX triplet: AC, 45 and F1. RGB value is (172,69,241). Sum of RGB (Red+Green+Blue) = 172+69+241=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC45F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC45F1 is #53BA0E. Grayscale: #767676. Windows color (decimal): -5487119 or 15812012. OLE color: 15812012.

HSL color Cylindrical-coordinate representation of color #AC45F1: hue angle of 275.93º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC45F1 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 69 241 -
CMYK 0.29 0.71 0 0.05
HSL 275.93º 0.86% 0.61% -
HSV(B) 275.93º 0.71% 0.95% -
XYZ 35.02 19.38 85.11 -
YUV 119.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 172 69 241 0.29 0.71 0 0.05 275.93 0.86 0.61
Hex AC 45 F1 1D 47 0 5 114 56 3D
Octal 254 105 361 35 107 0 5 424 126 75
Binary 10101100 1000101 11110001 11101 1000111 0 101 100010100 1010110 111101

Color Harmonies of #AC45F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC45F1

Black with #AC45F1

Text Example


Text Example

White with #AC45F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC45F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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