Html Css Color HEX #AB82EF Medium Purple

📋 copy color: '#AB82EF'

red 171 ◦ green 130 ◦ blue 239

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

Shades of Medium Purple #AB82EF

Tints of Medium Purple #AB82EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.07%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 31.67%
G = 24.07%
B = 44.26%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB82EF (or 0xAB82EF) is known color: Medium Purple. HEX triplet: AB, 82 and EF. RGB value is (171,130,239). Sum of RGB (Red+Green+Blue) = 171+130+239=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB82EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB82EF is #547D10. Grayscale: #9A9A9A. Windows color (decimal): -5537041 or 15696555. OLE color: 15696555.

HSL color Cylindrical-coordinate representation of color #AB82EF: hue angle of 262.57º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB82EF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 130 239 -
CMYK 0.28 0.46 0 0.06
HSL 262.57º 0.77% 0.72% -
HSV(B) 262.57º 0.46% 0.94% -
XYZ 40.36 30.86 85.49 -
YUV 154.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 171 130 239 0.28 0.46 0 0.06 262.57 0.77 0.72
Hex AB 82 EF 1C 2E 0 6 107 4D 48
Octal 253 202 357 34 56 0 6 407 115 110
Binary 10101011 10000010 11101111 11100 101110 0 110 100000111 1001101 1001000

Color Harmonies of #AB82EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82EF

Black with #AB82EF

Text Example


Text Example

White with #AB82EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82EF; }

 p { color: rgb(171,130,239); }

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

background-color css

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

 a { background-color: rgb(171,130,239); }

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

border-color css

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

 span { border-color: rgb(171,130,239); }

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