Html Css Color HEX #AB6AFE Medium Purple

📋 copy color: '#AB6AFE'

red 171 ◦ green 106 ◦ blue 254

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

Shades of Medium Purple #AB6AFE

Tints of Medium Purple #AB6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.96%

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

R = 32.2%
G = 19.96%
B = 47.83%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB6AFE (or 0xAB6AFE) is known color: Medium Purple. HEX triplet: AB, 6A and FE. RGB value is (171,106,254). Sum of RGB (Red+Green+Blue) = 171+106+254=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AFE is #549501. Grayscale: #8D8D8D. Windows color (decimal): -5543170 or 16673451. OLE color: 16673451.

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

Color convert

RGB 171 106 254 -
CMYK 0.33 0.58 0 0.00
HSL 266.35º 0.99% 0.71% -
HSV(B) 266.35º 0.58% 1% -
XYZ 39.84 26.12 96.71 -
YUV 142.31 191.03 148.47 -
System Red Green Blue C M Y K H S L
Decimal 171 106 254 0.33 0.58 0 0.00 266.35 0.99 0.71
Hex AB 6A FE 21 3A 0 0 10A 63 47
Octal 253 152 376 41 72 0 0 412 143 107
Binary 10101011 1101010 11111110 100001 111010 0 0 100001010 1100011 1000111

Color Harmonies of #AB6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AFE

Black with #AB6AFE

Text Example


Text Example

White with #AB6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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