Html Css Color HEX #AB6AFD Medium Purple

📋 copy color: '#AB6AFD'

red 171 ◦ green 106 ◦ blue 253

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

Shades of Medium Purple #AB6AFD

Tints of Medium Purple #AB6AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 32.26%
G = 20%
B = 47.74%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB6AFD (or 0xAB6AFD) is known color: Medium Purple. HEX triplet: AB, 6A and FD. RGB value is (171,106,253). Sum of RGB (Red+Green+Blue) = 171+106+253=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB6AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AFD is #549502. Grayscale: #8D8D8D. Windows color (decimal): -5543171 or 16607915. OLE color: 16607915.

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

Color convert

RGB 171 106 253 -
CMYK 0.32 0.58 0 0.01
HSL 266.53º 0.97% 0.7% -
HSV(B) 266.53º 0.58% 0.99% -
XYZ 39.68 26.06 95.87 -
YUV 142.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 171 106 253 0.32 0.58 0 0.01 266.53 0.97 0.7
Hex AB 6A FD 20 3A 0 1 10B 61 46
Octal 253 152 375 40 72 0 1 413 141 106
Binary 10101011 1101010 11111101 100000 111010 0 1 100001011 1100001 1000110

Color Harmonies of #AB6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AFD

Black with #AB6AFD

Text Example


Text Example

White with #AB6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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