Html Css Color HEX #AB6AF0 Medium Purple

📋 copy color: '#AB6AF0'

red 171 ◦ green 106 ◦ blue 240

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

Shades of Medium Purple #AB6AF0

Tints of Medium Purple #AB6AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

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

R = 33.08%
G = 20.5%
B = 46.42%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB6AF0 (or 0xAB6AF0) is known color: Medium Purple. HEX triplet: AB, 6A and F0. RGB value is (171,106,240). Sum of RGB (Red+Green+Blue) = 171+106+240=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB6AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AF0 is #54950F. Grayscale: #8C8C8C. Windows color (decimal): -5543184 or 15755947. OLE color: 15755947.

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

Color convert

RGB 171 106 240 -
CMYK 0.29 0.56 0 0.06
HSL 269.1º 0.82% 0.68% -
HSV(B) 269.1º 0.56% 0.94% -
XYZ 37.68 25.26 85.33 -
YUV 140.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 171 106 240 0.29 0.56 0 0.06 269.1 0.82 0.68
Hex AB 6A F0 1D 38 0 6 10D 52 44
Octal 253 152 360 35 70 0 6 415 122 104
Binary 10101011 1101010 11110000 11101 111000 0 110 100001101 1010010 1000100

Color Harmonies of #AB6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AF0

Black with #AB6AF0

Text Example


Text Example

White with #AB6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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