Html Css Color HEX #AB64FB Medium Purple

📋 copy color: '#AB64FB'

red 171 ◦ green 100 ◦ blue 251

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

Shades of Medium Purple #AB64FB

Tints of Medium Purple #AB64FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.16%

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 32.76%
G = 19.16%
B = 48.08%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB64FB (or 0xAB64FB) is known color: Medium Purple. HEX triplet: AB, 64 and FB. RGB value is (171,100,251). Sum of RGB (Red+Green+Blue) = 171+100+251=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB64FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64FB is #549B04. Grayscale: #898989. Windows color (decimal): -5544709 or 16475307. OLE color: 16475307.

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

Color convert

RGB 171 100 251 -
CMYK 0.32 0.60 0 0.02
HSL 268.21º 0.95% 0.69% -
HSV(B) 268.21º 0.6% 0.98% -
XYZ 38.76 24.74 94 -
YUV 138.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 171 100 251 0.32 0.60 0 0.02 268.21 0.95 0.69
Hex AB 64 FB 20 3C 0 2 10C 5F 45
Octal 253 144 373 40 74 0 2 414 137 105
Binary 10101011 1100100 11111011 100000 111100 0 10 100001100 1011111 1000101

Color Harmonies of #AB64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64FB

Black with #AB64FB

Text Example


Text Example

White with #AB64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64FB; }

 p { color: rgb(171,100,251); }

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

background-color css

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

 a { background-color: rgb(171,100,251); }

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

border-color css

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

 span { border-color: rgb(171,100,251); }

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