Html Css Color HEX #AB80F7 Medium Purple

📋 copy color: '#AB80F7'

red 171 ◦ green 128 ◦ blue 247

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

Shades of Medium Purple #AB80F7

Tints of Medium Purple #AB80F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.24%

R = 31.32%
G = 23.44%
B = 45.24%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB80F7 (or 0xAB80F7) is known color: Medium Purple. HEX triplet: AB, 80 and F7. RGB value is (171,128,247). Sum of RGB (Red+Green+Blue) = 171+128+247=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB80F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80F7 is #547F08. Grayscale: #999999. Windows color (decimal): -5537545 or 16220331. OLE color: 16220331.

HSL color Cylindrical-coordinate representation of color #AB80F7: hue angle of 261.68º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB80F7 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 128 247 -
CMYK 0.31 0.48 0 0.03
HSL 261.68º 0.88% 0.74% -
HSV(B) 261.68º 0.48% 0.97% -
XYZ 41.3 30.81 91.77 -
YUV 154.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 171 128 247 0.31 0.48 0 0.03 261.68 0.88 0.74
Hex AB 80 F7 1F 30 0 3 106 58 4A
Octal 253 200 367 37 60 0 3 406 130 112
Binary 10101011 10000000 11110111 11111 110000 0 11 100000110 1011000 1001010

Color Harmonies of #AB80F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80F7

Black with #AB80F7

Text Example


Text Example

White with #AB80F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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