Html Css Color HEX #AB5FFD Medium Purple

📋 copy color: '#AB5FFD'

red 171 ◦ green 95 ◦ blue 253

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

Shades of Medium Purple #AB5FFD

Tints of Medium Purple #AB5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

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

R = 32.95%
G = 18.3%
B = 48.75%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB5FFD (or 0xAB5FFD) is known color: Medium Purple. HEX triplet: AB, 5F and FD. RGB value is (171,95,253). Sum of RGB (Red+Green+Blue) = 171+95+253=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FFD is #54A002. Grayscale: #878787. Windows color (decimal): -5545987 or 16605099. OLE color: 16605099.

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

Color convert

RGB 171 95 253 -
CMYK 0.32 0.62 0 0.01
HSL 268.86º 0.98% 0.68% -
HSV(B) 268.86º 0.62% 0.99% -
XYZ 38.62 23.93 95.51 -
YUV 135.74 194.18 153.15 -
System Red Green Blue C M Y K H S L
Decimal 171 95 253 0.32 0.62 0 0.01 268.86 0.98 0.68
Hex AB 5F FD 20 3E 0 1 10D 62 44
Octal 253 137 375 40 76 0 1 415 142 104
Binary 10101011 1011111 11111101 100000 111110 0 1 100001101 1100010 1000100

Color Harmonies of #AB5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FFD

Black with #AB5FFD

Text Example


Text Example

White with #AB5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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