Html Css Color HEX #AB78DD Medium Purple

📋 copy color: '#AB78DD'

red 171 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #AB78DD

Tints of Medium Purple #AB78DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.44%

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

R = 33.4%
G = 23.44%
B = 43.16%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB78DD (or 0xAB78DD) is known color: Medium Purple. HEX triplet: AB, 78 and DD. RGB value is (171,120,221). Sum of RGB (Red+Green+Blue) = 171+120+221=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78DD is #548722. Grayscale: #929292. Windows color (decimal): -5539619 or 14514347. OLE color: 14514347.

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

Color convert

RGB 171 120 221 -
CMYK 0.23 0.46 0 0.13
HSL 270.3º 0.6% 0.67% -
HSV(B) 270.3º 0.46% 0.87% -
XYZ 36.56 27.31 71.75 -
YUV 146.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 171 120 221 0.23 0.46 0 0.13 270.3 0.6 0.67
Hex AB 78 DD 17 2E 0 D 10E 3C 43
Octal 253 170 335 27 56 0 15 416 74 103
Binary 10101011 1111000 11011101 10111 101110 0 1101 100001110 111100 1000011

Color Harmonies of #AB78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78DD

Black with #AB78DD

Text Example


Text Example

White with #AB78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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