Html Css Color HEX #AC48F2 Medium Orchid

📋 copy color: '#AC48F2'

red 172 ◦ green 72 ◦ blue 242

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

Shades of Medium Orchid #AC48F2

Tints of Medium Orchid #AC48F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.79%

R = 35.39%
G = 14.81%
B = 49.79%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC48F2 (or 0xAC48F2) is known color: Medium Orchid. HEX triplet: AC, 48 and F2. RGB value is (172,72,242). Sum of RGB (Red+Green+Blue) = 172+72+242=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC48F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC48F2 is #53B70D. Grayscale: #787878. Windows color (decimal): -5486350 or 15878316. OLE color: 15878316.

HSL color Cylindrical-coordinate representation of color #AC48F2: hue angle of 275.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC48F2 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 72 242 -
CMYK 0.29 0.70 0 0.05
HSL 275.29º 0.87% 0.62% -
HSV(B) 275.29º 0.7% 0.95% -
XYZ 35.36 19.82 85.97 -
YUV 121.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 172 72 242 0.29 0.70 0 0.05 275.29 0.87 0.62
Hex AC 48 F2 1D 46 0 5 113 57 3E
Octal 254 110 362 35 106 0 5 423 127 76
Binary 10101100 1001000 11110010 11101 1000110 0 101 100010011 1010111 111110

Color Harmonies of #AC48F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48F2

Black with #AC48F2

Text Example


Text Example

White with #AC48F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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