Html Css Color HEX #AB63F0 Medium Purple

📋 copy color: '#AB63F0'

red 171 ◦ green 99 ◦ blue 240

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

Shades of Medium Purple #AB63F0

Tints of Medium Purple #AB63F0

RGB

 RED value IS 171 (67.19% from 255) = 33.53%

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

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 33.53%
G = 19.41%
B = 47.06%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB63F0 (or 0xAB63F0) is known color: Medium Purple. HEX triplet: AB, 63 and F0. RGB value is (171,99,240). Sum of RGB (Red+Green+Blue) = 171+99+240=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB63F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB63F0 is #549C0F. Grayscale: #888888. Windows color (decimal): -5544976 or 15754155. OLE color: 15754155.

HSL color Cylindrical-coordinate representation of color #AB63F0: hue angle of 270.64º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB63F0 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 99 240 -
CMYK 0.29 0.59 0 0.06
HSL 270.64º 0.82% 0.66% -
HSV(B) 270.64º 0.59% 0.94% -
XYZ 36.98 23.87 85.1 -
YUV 136.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 171 99 240 0.29 0.59 0 0.06 270.64 0.82 0.66
Hex AB 63 F0 1D 3B 0 6 10F 52 42
Octal 253 143 360 35 73 0 6 417 122 102
Binary 10101011 1100011 11110000 11101 111011 0 110 100001111 1010010 1000010

Color Harmonies of #AB63F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63F0

Black with #AB63F0

Text Example


Text Example

White with #AB63F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63F0; }

 p { color: rgb(171,99,240); }

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

background-color css

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

 a { background-color: rgb(171,99,240); }

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

border-color css

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

 span { border-color: rgb(171,99,240); }

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