Html Css Color HEX #AB6CF0 Medium Purple

📋 copy color: '#AB6CF0'

red 171 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #AB6CF0

Tints of Medium Purple #AB6CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

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

R = 32.95%
G = 20.81%
B = 46.24%

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

#AB6CF0 (or 0xAB6CF0) is known color: Medium Purple. HEX triplet: AB, 6C and F0. RGB value is (171,108,240). Sum of RGB (Red+Green+Blue) = 171+108+240=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB6CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CF0 is #54930F. Grayscale: #8D8D8D. Windows color (decimal): -5542672 or 15756459. OLE color: 15756459.

HSL color Cylindrical-coordinate representation of color #AB6CF0: hue angle of 268.64º 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 #AB6CF0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 108 240 -
CMYK 0.29 0.55 0 0.06
HSL 268.64º 0.81% 0.68% -
HSV(B) 268.64º 0.55% 0.94% -
XYZ 37.89 25.67 85.4 -
YUV 141.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 171 108 240 0.29 0.55 0 0.06 268.64 0.81 0.68
Hex AB 6C F0 1D 37 0 6 10D 51 44
Octal 253 154 360 35 67 0 6 415 121 104
Binary 10101011 1101100 11110000 11101 110111 0 110 100001101 1010001 1000100

Color Harmonies of #AB6CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CF0

Black with #AB6CF0

Text Example


Text Example

White with #AB6CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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