Html Css Color HEX #AB7DF0 Medium Purple

📋 copy color: '#AB7DF0'

red 171 ◦ green 125 ◦ blue 240

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

Shades of Medium Purple #AB7DF0

Tints of Medium Purple #AB7DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

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

R = 31.9%
G = 23.32%
B = 44.78%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB7DF0 (or 0xAB7DF0) is known color: Medium Purple. HEX triplet: AB, 7D and F0. RGB value is (171,125,240). Sum of RGB (Red+Green+Blue) = 171+125+240=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB7DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DF0 is #54820F. Grayscale: #979797. Windows color (decimal): -5538320 or 15760811. OLE color: 15760811.

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

Color convert

RGB 171 125 240 -
CMYK 0.29 0.48 0 0.06
HSL 264º 0.79% 0.72% -
HSV(B) 264º 0.48% 0.94% -
XYZ 39.86 29.62 86.05 -
YUV 151.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 171 125 240 0.29 0.48 0 0.06 264 0.79 0.72
Hex AB 7D F0 1D 30 0 6 108 4F 48
Octal 253 175 360 35 60 0 6 410 117 110
Binary 10101011 1111101 11110000 11101 110000 0 110 100001000 1001111 1001000

Color Harmonies of #AB7DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DF0

Black with #AB7DF0

Text Example


Text Example

White with #AB7DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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