Html Css Color HEX #AC63FA Medium Purple

📋 copy color: '#AC63FA'

red 172 ◦ green 99 ◦ blue 250

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

Shades of Medium Purple #AC63FA

Tints of Medium Purple #AC63FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 33.01%
G = 19%
B = 47.98%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC63FA (or 0xAC63FA) is known color: Medium Purple. HEX triplet: AC, 63 and FA. RGB value is (172,99,250). Sum of RGB (Red+Green+Blue) = 172+99+250=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC63FA is #539C05. Grayscale: #898989. Windows color (decimal): -5479430 or 16409516. OLE color: 16409516.

HSL color Cylindrical-coordinate representation of color #AC63FA: hue angle of 269.01º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC63FA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 99 250 -
CMYK 0.31 0.60 0 0.02
HSL 269.01º 0.94% 0.68% -
HSV(B) 269.01º 0.6% 0.98% -
XYZ 38.73 24.6 93.15 -
YUV 138.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 172 99 250 0.31 0.60 0 0.02 269.01 0.94 0.68
Hex AC 63 FA 1F 3C 0 2 10D 5E 44
Octal 254 143 372 37 74 0 2 415 136 104
Binary 10101100 1100011 11111010 11111 111100 0 10 100001101 1011110 1000100

Color Harmonies of #AC63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63FA

Black with #AC63FA

Text Example


Text Example

White with #AC63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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