Html Css Color HEX #AB76FD Medium Purple

📋 copy color: '#AB76FD'

red 171 ◦ green 118 ◦ blue 253

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

Shades of Medium Purple #AB76FD

Tints of Medium Purple #AB76FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.77%

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 31.55%
G = 21.77%
B = 46.68%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB76FD (or 0xAB76FD) is known color: Medium Purple. HEX triplet: AB, 76 and FD. RGB value is (171,118,253). Sum of RGB (Red+Green+Blue) = 171+118+253=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB76FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76FD is #548902. Grayscale: #949494. Windows color (decimal): -5540099 or 16610987. OLE color: 16610987.

HSL color Cylindrical-coordinate representation of color #AB76FD: hue angle of 263.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB76FD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 118 253 -
CMYK 0.32 0.53 0 0.01
HSL 263.56º 0.97% 0.73% -
HSV(B) 263.56º 0.53% 0.99% -
XYZ 41 28.71 96.31 -
YUV 149.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 171 118 253 0.32 0.53 0 0.01 263.56 0.97 0.73
Hex AB 76 FD 20 35 0 1 108 61 49
Octal 253 166 375 40 65 0 1 410 141 111
Binary 10101011 1110110 11111101 100000 110101 0 1 100001000 1100001 1001001

Color Harmonies of #AB76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76FD

Black with #AB76FD

Text Example


Text Example

White with #AB76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76FD; }

 p { color: rgb(171,118,253); }

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

background-color css

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

 a { background-color: rgb(171,118,253); }

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

border-color css

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

 span { border-color: rgb(171,118,253); }

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