Html Css Color HEX #AC63FC Medium Purple

📋 copy color: '#AC63FC'

red 172 ◦ green 99 ◦ blue 252

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

Shades of Medium Purple #AC63FC

Tints of Medium Purple #AC63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 32.89%
G = 18.93%
B = 48.18%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC63FC (or 0xAC63FC) is known color: Medium Purple. HEX triplet: AC, 63 and FC. RGB value is (172,99,252). Sum of RGB (Red+Green+Blue) = 172+99+252=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC63FC is #539C03. Grayscale: #898989. Windows color (decimal): -5479428 or 16540588. OLE color: 16540588.

HSL color Cylindrical-coordinate representation of color #AC63FC: hue angle of 268.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC63FC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 99 252 -
CMYK 0.32 0.61 0 0.01
HSL 268.63º 0.96% 0.69% -
HSV(B) 268.63º 0.61% 0.99% -
XYZ 39.05 24.72 94.81 -
YUV 138.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 172 99 252 0.32 0.61 0 0.01 268.63 0.96 0.69
Hex AC 63 FC 20 3D 0 1 10D 60 45
Octal 254 143 374 40 75 0 1 415 140 105
Binary 10101100 1100011 11111100 100000 111101 0 1 100001101 1100000 1000101

Color Harmonies of #AC63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63FC

Black with #AC63FC

Text Example


Text Example

White with #AC63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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