Html Css Color HEX #AB6AED Medium Purple

📋 copy color: '#AB6AED'

red 171 ◦ green 106 ◦ blue 237

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

Shades of Medium Purple #AB6AED

Tints of Medium Purple #AB6AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 33.27%
G = 20.62%
B = 46.11%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB6AED (or 0xAB6AED) is known color: Medium Purple. HEX triplet: AB, 6A and ED. RGB value is (171,106,237). Sum of RGB (Red+Green+Blue) = 171+106+237=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB6AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AED is #549512. Grayscale: #8B8B8B. Windows color (decimal): -5543187 or 15559339. OLE color: 15559339.

HSL color Cylindrical-coordinate representation of color #AB6AED: hue angle of 269.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB6AED is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 106 237 -
CMYK 0.28 0.55 0 0.07
HSL 269.77º 0.78% 0.67% -
HSV(B) 269.77º 0.55% 0.93% -
XYZ 37.23 25.08 83 -
YUV 140.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 171 106 237 0.28 0.55 0 0.07 269.77 0.78 0.67
Hex AB 6A ED 1C 37 0 7 10E 4E 43
Octal 253 152 355 34 67 0 7 416 116 103
Binary 10101011 1101010 11101101 11100 110111 0 111 100001110 1001110 1000011

Color Harmonies of #AB6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AED

Black with #AB6AED

Text Example


Text Example

White with #AB6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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