Html Css Color HEX #AB7AFC Medium Purple

📋 copy color: '#AB7AFC'

red 171 ◦ green 122 ◦ blue 252

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

Shades of Medium Purple #AB7AFC

Tints of Medium Purple #AB7AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 31.38%
G = 22.39%
B = 46.24%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB7AFC (or 0xAB7AFC) is known color: Medium Purple. HEX triplet: AB, 7A and FC. RGB value is (171,122,252). Sum of RGB (Red+Green+Blue) = 171+122+252=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB7AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7AFC is #548503. Grayscale: #979797. Windows color (decimal): -5539076 or 16546475. OLE color: 16546475.

HSL color Cylindrical-coordinate representation of color #AB7AFC: hue angle of 262.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB7AFC is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 122 252 -
CMYK 0.32 0.52 0 0.01
HSL 262.62º 0.96% 0.73% -
HSV(B) 262.62º 0.52% 0.99% -
XYZ 41.32 29.61 95.63 -
YUV 151.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 171 122 252 0.32 0.52 0 0.01 262.62 0.96 0.73
Hex AB 7A FC 20 34 0 1 107 60 49
Octal 253 172 374 40 64 0 1 407 140 111
Binary 10101011 1111010 11111100 100000 110100 0 1 100000111 1100000 1001001

Color Harmonies of #AB7AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AFC

Black with #AB7AFC

Text Example


Text Example

White with #AB7AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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