Html Css Color HEX #AC63F1 Medium Purple

📋 copy color: '#AC63F1'

red 172 ◦ green 99 ◦ blue 241

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

Shades of Medium Purple #AC63F1

Tints of Medium Purple #AC63F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 33.59%
G = 19.34%
B = 47.07%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC63F1 (or 0xAC63F1) is known color: Medium Purple. HEX triplet: AC, 63 and F1. RGB value is (172,99,241). Sum of RGB (Red+Green+Blue) = 172+99+241=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC63F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC63F1 is #539C0E. Grayscale: #888888. Windows color (decimal): -5479439 or 15819692. OLE color: 15819692.

HSL color Cylindrical-coordinate representation of color #AC63F1: hue angle of 270.85º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC63F1 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 99 241 -
CMYK 0.29 0.59 0 0.05
HSL 270.85º 0.84% 0.67% -
HSV(B) 270.85º 0.59% 0.95% -
XYZ 37.35 24.05 85.89 -
YUV 137.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 172 99 241 0.29 0.59 0 0.05 270.85 0.84 0.67
Hex AC 63 F1 1D 3B 0 5 10F 54 43
Octal 254 143 361 35 73 0 5 417 124 103
Binary 10101100 1100011 11110001 11101 111011 0 101 100001111 1010100 1000011

Color Harmonies of #AC63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63F1

Black with #AC63F1

Text Example


Text Example

White with #AC63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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