Html Css Color HEX #AC48E5 Medium Orchid

📋 copy color: '#AC48E5'

red 172 ◦ green 72 ◦ blue 229

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

Shades of Medium Orchid #AC48E5

Tints of Medium Orchid #AC48E5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.22%

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 36.36%
G = 15.22%
B = 48.41%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC48E5 (or 0xAC48E5) is known color: Medium Orchid. HEX triplet: AC, 48 and E5. RGB value is (172,72,229). Sum of RGB (Red+Green+Blue) = 172+72+229=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC48E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48E5 is #53B71A. Grayscale: #777777. Windows color (decimal): -5486363 or 15026348. OLE color: 15026348.

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

Color convert

RGB 172 72 229 -
CMYK 0.25 0.69 0 0.10
HSL 278.22º 0.75% 0.59% -
HSV(B) 278.22º 0.69% 0.9% -
XYZ 33.47 19.06 76.04 -
YUV 119.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 172 72 229 0.25 0.69 0 0.10 278.22 0.75 0.59
Hex AC 48 E5 19 45 0 A 116 4B 3B
Octal 254 110 345 31 105 0 12 426 113 73
Binary 10101100 1001000 11100101 11001 1000101 0 1010 100010110 1001011 111011

Color Harmonies of #AC48E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48E5

Black with #AC48E5

Text Example


Text Example

White with #AC48E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48E5; }

 p { color: rgb(172,72,229); }

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

background-color css

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

 a { background-color: rgb(172,72,229); }

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

border-color css

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

 span { border-color: rgb(172,72,229); }

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