Html Css Color HEX #AB7BFE Medium Purple

📋 copy color: '#AB7BFE'

red 171 ◦ green 123 ◦ blue 254

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

Shades of Medium Purple #AB7BFE

Tints of Medium Purple #AB7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.45%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 31.2%
G = 22.45%
B = 46.35%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB7BFE (or 0xAB7BFE) is known color: Medium Purple. HEX triplet: AB, 7B and FE. RGB value is (171,123,254). Sum of RGB (Red+Green+Blue) = 171+123+254=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BFE is #548401. Grayscale: #979797. Windows color (decimal): -5538818 or 16677803. OLE color: 16677803.

HSL color Cylindrical-coordinate representation of color #AB7BFE: hue angle of 261.98º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB7BFE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 123 254 -
CMYK 0.33 0.52 0 0.00
HSL 261.98º 0.98% 0.74% -
HSV(B) 261.98º 0.52% 1% -
XYZ 41.77 29.98 97.35 -
YUV 152.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 171 123 254 0.33 0.52 0 0.00 261.98 0.98 0.74
Hex AB 7B FE 21 34 0 0 106 62 4A
Octal 253 173 376 41 64 0 0 406 142 112
Binary 10101011 1111011 11111110 100001 110100 0 0 100000110 1100010 1001010

Color Harmonies of #AB7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7BFE

Black with #AB7BFE

Text Example


Text Example

White with #AB7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7BFE; }

 p { color: rgb(171,123,254); }

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

background-color css

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

 a { background-color: rgb(171,123,254); }

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

border-color css

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

 span { border-color: rgb(171,123,254); }

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