Html Css Color HEX #AB7AED Medium Purple

📋 copy color: '#AB7AED'

red 171 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #AB7AED

Tints of Medium Purple #AB7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.02%

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

R = 32.26%
G = 23.02%
B = 44.72%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB7AED (or 0xAB7AED) is known color: Medium Purple. HEX triplet: AB, 7A and ED. RGB value is (171,122,237). Sum of RGB (Red+Green+Blue) = 171+122+237=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB7AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7AED is #548512. Grayscale: #959595. Windows color (decimal): -5539091 or 15563435. OLE color: 15563435.

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

Color convert

RGB 171 122 237 -
CMYK 0.28 0.49 0 0.07
HSL 265.57º 0.76% 0.7% -
HSV(B) 265.57º 0.49% 0.93% -
XYZ 39.04 28.69 83.6 -
YUV 149.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 171 122 237 0.28 0.49 0 0.07 265.57 0.76 0.7
Hex AB 7A ED 1C 31 0 7 10A 4C 46
Octal 253 172 355 34 61 0 7 412 114 106
Binary 10101011 1111010 11101101 11100 110001 0 111 100001010 1001100 1000110

Color Harmonies of #AB7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AED

Black with #AB7AED

Text Example


Text Example

White with #AB7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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