Html Css Color HEX #AB6DF0 Medium Purple

📋 copy color: '#AB6DF0'

red 171 ◦ green 109 ◦ blue 240

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

Shades of Medium Purple #AB6DF0

Tints of Medium Purple #AB6DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.96%

 BLUE value IS 240 (94.14% from 255) = 46.15%

R = 32.88%
G = 20.96%
B = 46.15%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB6DF0 (or 0xAB6DF0) is known color: Medium Purple. HEX triplet: AB, 6D and F0. RGB value is (171,109,240). Sum of RGB (Red+Green+Blue) = 171+109+240=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB6DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6DF0 is #54920F. Grayscale: #8E8E8E. Windows color (decimal): -5542416 or 15756715. OLE color: 15756715.

HSL color Cylindrical-coordinate representation of color #AB6DF0: hue angle of 268.4º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB6DF0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 109 240 -
CMYK 0.29 0.55 0 0.06
HSL 268.4º 0.81% 0.68% -
HSV(B) 268.4º 0.55% 0.94% -
XYZ 37.99 25.89 85.43 -
YUV 142.47 183.04 148.35 -
System Red Green Blue C M Y K H S L
Decimal 171 109 240 0.29 0.55 0 0.06 268.4 0.81 0.68
Hex AB 6D F0 1D 37 0 6 10C 51 44
Octal 253 155 360 35 67 0 6 414 121 104
Binary 10101011 1101101 11110000 11101 110111 0 110 100001100 1010001 1000100

Color Harmonies of #AB6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DF0

Black with #AB6DF0

Text Example


Text Example

White with #AB6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DF0; }

 p { color: rgb(171,109,240); }

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

background-color css

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

 a { background-color: rgb(171,109,240); }

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

border-color css

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

 span { border-color: rgb(171,109,240); }

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