Html Css Color HEX #AC63D5 Medium Orchid

📋 copy color: '#AC63D5'

red 172 ◦ green 99 ◦ blue 213

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

Shades of Medium Orchid #AC63D5

Tints of Medium Orchid #AC63D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 35.54%
G = 20.45%
B = 44.01%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC63D5 (or 0xAC63D5) is known color: Medium Orchid. HEX triplet: AC, 63 and D5. RGB value is (172,99,213). Sum of RGB (Red+Green+Blue) = 172+99+213=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC63D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63D5 is #539C2A. Grayscale: #858585. Windows color (decimal): -5479467 or 13984684. OLE color: 13984684.

HSL color Cylindrical-coordinate representation of color #AC63D5: hue angle of 278.42º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC63D5 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 99 213 -
CMYK 0.19 0.54 0 0.16
HSL 278.42º 0.58% 0.61% -
HSV(B) 278.42º 0.54% 0.84% -
XYZ 33.49 22.5 65.53 -
YUV 133.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 172 99 213 0.19 0.54 0 0.16 278.42 0.58 0.61
Hex AC 63 D5 13 36 0 10 116 3A 3D
Octal 254 143 325 23 66 0 20 426 72 75
Binary 10101100 1100011 11010101 10011 110110 0 10000 100010110 111010 111101

Color Harmonies of #AC63D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63D5

Black with #AC63D5

Text Example


Text Example

White with #AC63D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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