Html Css Color HEX #AB82ED Medium Purple

📋 copy color: '#AB82ED'

red 171 ◦ green 130 ◦ blue 237

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

Shades of Medium Purple #AB82ED

Tints of Medium Purple #AB82ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 31.78%
G = 24.16%
B = 44.05%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB82ED (or 0xAB82ED) is known color: Medium Purple. HEX triplet: AB, 82 and ED. RGB value is (171,130,237). Sum of RGB (Red+Green+Blue) = 171+130+237=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB82ED is #547D12. Grayscale: #9A9A9A. Windows color (decimal): -5537043 or 15565483. OLE color: 15565483.

HSL color Cylindrical-coordinate representation of color #AB82ED: hue angle of 262.99º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB82ED is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 130 237 -
CMYK 0.28 0.45 0 0.07
HSL 262.99º 0.75% 0.72% -
HSV(B) 262.99º 0.45% 0.93% -
XYZ 40.06 30.74 83.94 -
YUV 154.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 171 130 237 0.28 0.45 0 0.07 262.99 0.75 0.72
Hex AB 82 ED 1C 2D 0 7 107 4B 48
Octal 253 202 355 34 55 0 7 407 113 110
Binary 10101011 10000010 11101101 11100 101101 0 111 100000111 1001011 1001000

Color Harmonies of #AB82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82ED

Black with #AB82ED

Text Example


Text Example

White with #AB82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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