Html Css Color HEX #AB80E6 Medium Purple

📋 copy color: '#AB80E6'

red 171 ◦ green 128 ◦ blue 230

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

Shades of Medium Purple #AB80E6

Tints of Medium Purple #AB80E6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.2%

 BLUE value IS 230 (90.23% from 255) = 43.48%

R = 32.33%
G = 24.2%
B = 43.48%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB80E6 (or 0xAB80E6) is known color: Medium Purple. HEX triplet: AB, 80 and E6. RGB value is (171,128,230). Sum of RGB (Red+Green+Blue) = 171+128+230=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB80E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80E6 is #547F19. Grayscale: #989898. Windows color (decimal): -5537562 or 15106219. OLE color: 15106219.

HSL color Cylindrical-coordinate representation of color #AB80E6: hue angle of 265.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB80E6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 128 230 -
CMYK 0.26 0.44 0 0.10
HSL 265.29º 0.67% 0.7% -
HSV(B) 265.29º 0.44% 0.9% -
XYZ 38.8 29.81 78.57 -
YUV 152.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 171 128 230 0.26 0.44 0 0.10 265.29 0.67 0.7
Hex AB 80 E6 1A 2C 0 A 109 43 46
Octal 253 200 346 32 54 0 12 411 103 106
Binary 10101011 10000000 11100110 11010 101100 0 1010 100001001 1000011 1000110

Color Harmonies of #AB80E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80E6

Black with #AB80E6

Text Example


Text Example

White with #AB80E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80E6; }

 p { color: rgb(171,128,230); }

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

background-color css

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

 a { background-color: rgb(171,128,230); }

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

border-color css

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

 span { border-color: rgb(171,128,230); }

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