Html Css Color HEX #AC48D4 Medium Orchid

📋 copy color: '#AC48D4'

red 172 ◦ green 72 ◦ blue 212

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

Shades of Medium Orchid #AC48D4

Tints of Medium Orchid #AC48D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.49%

R = 37.72%
G = 15.79%
B = 46.49%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC48D4 (or 0xAC48D4) is known color: Medium Orchid. HEX triplet: AC, 48 and D4. RGB value is (172,72,212). Sum of RGB (Red+Green+Blue) = 172+72+212=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC48D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48D4 is #53B72B. Grayscale: #757575. Windows color (decimal): -5486380 or 13912236. OLE color: 13912236.

HSL color Cylindrical-coordinate representation of color #AC48D4: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC48D4 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 72 212 -
CMYK 0.19 0.66 0 0.17
HSL 282.86º 0.62% 0.56% -
HSV(B) 282.86º 0.66% 0.83% -
XYZ 31.21 18.16 64.15 -
YUV 117.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 172 72 212 0.19 0.66 0 0.17 282.86 0.62 0.56
Hex AC 48 D4 13 42 0 11 11B 3E 38
Octal 254 110 324 23 102 0 21 433 76 70
Binary 10101100 1001000 11010100 10011 1000010 0 10001 100011011 111110 111000

Color Harmonies of #AC48D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48D4

Black with #AC48D4

Text Example


Text Example

White with #AC48D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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