Html Css Color HEX #AB56FF Medium Purple

📋 copy color: '#AB56FF'

red 171 ◦ green 86 ◦ blue 255

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

Shades of Medium Purple #AB56FF

Tints of Medium Purple #AB56FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.8%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 33.4%
G = 16.8%
B = 49.8%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB56FF (or 0xAB56FF) is known color: Medium Purple. HEX triplet: AB, 56 and FF. RGB value is (171,86,255). Sum of RGB (Red+Green+Blue) = 171+86+255=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56FF is #54A900. Grayscale: #828282. Windows color (decimal): -5548289 or 16733867. OLE color: 16733867.

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

Color convert

RGB 171 86 255 -
CMYK 0.33 0.66 0 0
HSL 270.18º 1% 0.67% -
HSV(B) 270.18º 0.66% 1% -
XYZ 38.17 22.53 96.95 -
YUV 130.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 171 86 255 0.33 0.66 0 0 270.18 1 0.67
Hex AB 56 FF 21 42 0 0 10E 64 43
Octal 253 126 377 41 102 0 0 416 144 103
Binary 10101011 1010110 11111111 100001 1000010 0 0 100001110 1100100 1000011

Color Harmonies of #AB56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB56FF

Black with #AB56FF

Text Example


Text Example

White with #AB56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB56FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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