Html Css Color HEX #AB7CFD Medium Purple

📋 copy color: '#AB7CFD'

red 171 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #AB7CFD

Tints of Medium Purple #AB7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.63%

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

R = 31.2%
G = 22.63%
B = 46.17%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB7CFD (or 0xAB7CFD) is known color: Medium Purple. HEX triplet: AB, 7C and FD. RGB value is (171,124,253). Sum of RGB (Red+Green+Blue) = 171+124+253=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CFD is #548302. Grayscale: #989898. Windows color (decimal): -5538563 or 16612523. OLE color: 16612523.

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

Color convert

RGB 171 124 253 -
CMYK 0.32 0.51 0 0.01
HSL 261.86º 0.97% 0.74% -
HSV(B) 261.86º 0.51% 0.99% -
XYZ 41.73 30.17 96.55 -
YUV 152.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 171 124 253 0.32 0.51 0 0.01 261.86 0.97 0.74
Hex AB 7C FD 20 33 0 1 106 61 4A
Octal 253 174 375 40 63 0 1 406 141 112
Binary 10101011 1111100 11111101 100000 110011 0 1 100000110 1100001 1001010

Color Harmonies of #AB7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CFD

Black with #AB7CFD

Text Example


Text Example

White with #AB7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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