Html Css Color HEX #AB7EF2 Medium Purple

📋 copy color: '#AB7EF2'

red 171 ◦ green 126 ◦ blue 242

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

Shades of Medium Purple #AB7EF2

Tints of Medium Purple #AB7EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.38%

 BLUE value IS 242 (94.92% from 255) = 44.9%

R = 31.73%
G = 23.38%
B = 44.9%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB7EF2 (or 0xAB7EF2) is known color: Medium Purple. HEX triplet: AB, 7E and F2. RGB value is (171,126,242). Sum of RGB (Red+Green+Blue) = 171+126+242=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB7EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EF2 is #54810D. Grayscale: #989898. Windows color (decimal): -5538062 or 15892139. OLE color: 15892139.

HSL color Cylindrical-coordinate representation of color #AB7EF2: hue angle of 263.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7EF2 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 126 242 -
CMYK 0.29 0.48 0 0.05
HSL 263.28º 0.82% 0.72% -
HSV(B) 263.28º 0.48% 0.95% -
XYZ 40.28 29.99 87.67 -
YUV 152.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 171 126 242 0.29 0.48 0 0.05 263.28 0.82 0.72
Hex AB 7E F2 1D 30 0 5 107 52 48
Octal 253 176 362 35 60 0 5 407 122 110
Binary 10101011 1111110 11110010 11101 110000 0 101 100000111 1010010 1001000

Color Harmonies of #AB7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EF2

Black with #AB7EF2

Text Example


Text Example

White with #AB7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EF2; }

 p { color: rgb(171,126,242); }

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

background-color css

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

 a { background-color: rgb(171,126,242); }

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

border-color css

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

 span { border-color: rgb(171,126,242); }

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