Html Css Color HEX #AC63D0 Medium Orchid

📋 copy color: '#AC63D0'

red 172 ◦ green 99 ◦ blue 208

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

Shades of Medium Orchid #AC63D0

Tints of Medium Orchid #AC63D0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.67%

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 35.91%
G = 20.67%
B = 43.42%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC63D0 (or 0xAC63D0) is known color: Medium Orchid. HEX triplet: AC, 63 and D0. RGB value is (172,99,208). Sum of RGB (Red+Green+Blue) = 172+99+208=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC63D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63D0 is #539C2F. Grayscale: #848484. Windows color (decimal): -5479472 or 13657004. OLE color: 13657004.

HSL color Cylindrical-coordinate representation of color #AC63D0: hue angle of 280.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC63D0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 99 208 -
CMYK 0.17 0.52 0 0.18
HSL 280.18º 0.54% 0.6% -
HSV(B) 280.18º 0.52% 0.82% -
XYZ 32.86 22.25 62.24 -
YUV 133.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 172 99 208 0.17 0.52 0 0.18 280.18 0.54 0.6
Hex AC 63 D0 11 34 0 12 118 36 3C
Octal 254 143 320 21 64 0 22 430 66 74
Binary 10101100 1100011 11010000 10001 110100 0 10010 100011000 110110 111100

Color Harmonies of #AC63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63D0

Black with #AC63D0

Text Example


Text Example

White with #AC63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63D0; }

 p { color: rgb(172,99,208); }

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

background-color css

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

 a { background-color: rgb(172,99,208); }

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

border-color css

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

 span { border-color: rgb(172,99,208); }

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