#AB63FF

Color #AB63FF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AB63FF

Tints of Medium Purple #AB63FF

Color information

#AB63FF (or 0xAB63FF) is unknown color: approx Medium Purple. HEX triplet: AB, 63 and FF. RGB value is (171,99,255). Sum of RGB (Red+Green+Blue) = 171+99+255=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB63FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB63FF is #549C00. Grayscale: #898989. Windows color (decimal): -5544961 or 16737195. OLE color: 16737195.

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

Color convert

RGB17199255-
CMYK0.330.6100
HSL267.69º100%69.41%-
HSV(B)267.69º61.18%100%-
XYZ39.3124.897.32-
YUV138.31193.85151.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 99 (39.06% from 255) = 18.86%
BLUE value IS 255 (100% from 255) = 48.57%
R=32.57%
G=18.86%
B=48.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171992550.330.6100267.6910069.41
HexAB63FF213D0010c6445
Octal253143377417500414144105
Binary101010111100011111111111000011111010010000110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB63FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB63FF; }

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

 H1.HeaderClassName
 {
   color: #AB63FF;
 }
 .AnyTagClassName
 {
   color: #AB63FF;
 }
</style>
background-color css

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

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

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

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

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

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