Html Css Color HEX #AB76DD Medium Purple

📋 copy color: '#AB76DD'

red 171 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #AB76DD

Tints of Medium Purple #AB76DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 33.53%
G = 23.14%
B = 43.33%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB76DD (or 0xAB76DD) is known color: Medium Purple. HEX triplet: AB, 76 and DD. RGB value is (171,118,221). Sum of RGB (Red+Green+Blue) = 171+118+221=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76DD is #548922. Grayscale: #919191. Windows color (decimal): -5540131 or 14513835. OLE color: 14513835.

HSL color Cylindrical-coordinate representation of color #AB76DD: hue angle of 270.87º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB76DD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 118 221 -
CMYK 0.23 0.47 0 0.13
HSL 270.87º 0.6% 0.66% -
HSV(B) 270.87º 0.47% 0.87% -
XYZ 36.32 26.84 71.67 -
YUV 145.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 171 118 221 0.23 0.47 0 0.13 270.87 0.6 0.66
Hex AB 76 DD 17 2F 0 D 10F 3C 42
Octal 253 166 335 27 57 0 15 417 74 102
Binary 10101011 1110110 11011101 10111 101111 0 1101 100001111 111100 1000010

Color Harmonies of #AB76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76DD

Black with #AB76DD

Text Example


Text Example

White with #AB76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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