Html Css Color HEX #AB7CF2 Medium Purple

📋 copy color: '#AB7CF2'

red 171 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #AB7CF2

Tints of Medium Purple #AB7CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 31.84%
G = 23.09%
B = 45.07%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB7CF2 (or 0xAB7CF2) is known color: Medium Purple. HEX triplet: AB, 7C and F2. RGB value is (171,124,242). Sum of RGB (Red+Green+Blue) = 171+124+242=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB7CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CF2 is #54830D. Grayscale: #979797. Windows color (decimal): -5538574 or 15891627. OLE color: 15891627.

HSL color Cylindrical-coordinate representation of color #AB7CF2: hue angle of 263.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7CF2 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 124 242 -
CMYK 0.29 0.49 0 0.05
HSL 263.9º 0.82% 0.72% -
HSV(B) 263.9º 0.49% 0.95% -
XYZ 40.03 29.48 87.59 -
YUV 151.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 171 124 242 0.29 0.49 0 0.05 263.9 0.82 0.72
Hex AB 7C F2 1D 31 0 5 108 52 48
Octal 253 174 362 35 61 0 5 410 122 110
Binary 10101011 1111100 11110010 11101 110001 0 101 100001000 1010010 1001000

Color Harmonies of #AB7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CF2

Black with #AB7CF2

Text Example


Text Example

White with #AB7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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