Html Css Color HEX #AB5DFD Medium Purple

📋 copy color: '#AB5DFD'

red 171 ◦ green 93 ◦ blue 253

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

Shades of Medium Purple #AB5DFD

Tints of Medium Purple #AB5DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.99%

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

R = 33.08%
G = 17.99%
B = 48.94%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB5DFD (or 0xAB5DFD) is known color: Medium Purple. HEX triplet: AB, 5D and FD. RGB value is (171,93,253). Sum of RGB (Red+Green+Blue) = 171+93+253=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB5DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DFD is #54A202. Grayscale: #868686. Windows color (decimal): -5546499 or 16604587. OLE color: 16604587.

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

Color convert

RGB 171 93 253 -
CMYK 0.32 0.63 0 0.01
HSL 269.25º 0.98% 0.68% -
HSV(B) 269.25º 0.63% 0.99% -
XYZ 38.44 23.58 95.45 -
YUV 134.56 194.84 153.99 -
System Red Green Blue C M Y K H S L
Decimal 171 93 253 0.32 0.63 0 0.01 269.25 0.98 0.68
Hex AB 5D FD 20 3F 0 1 10D 62 44
Octal 253 135 375 40 77 0 1 415 142 104
Binary 10101011 1011101 11111101 100000 111111 0 1 100001101 1100010 1000100

Color Harmonies of #AB5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DFD

Black with #AB5DFD

Text Example


Text Example

White with #AB5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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