Html Css Color HEX #AB6DFA Medium Purple

📋 copy color: '#AB6DFA'

red 171 ◦ green 109 ◦ blue 250

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

Shades of Medium Purple #AB6DFA

Tints of Medium Purple #AB6DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 32.26%
G = 20.57%
B = 47.17%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB6DFA (or 0xAB6DFA) is known color: Medium Purple. HEX triplet: AB, 6D and FA. RGB value is (171,109,250). Sum of RGB (Red+Green+Blue) = 171+109+250=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB6DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6DFA is #549205. Grayscale: #8F8F8F. Windows color (decimal): -5542406 or 16412075. OLE color: 16412075.

HSL color Cylindrical-coordinate representation of color #AB6DFA: hue angle of 266.38º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB6DFA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 109 250 -
CMYK 0.32 0.56 0 0.02
HSL 266.38º 0.93% 0.7% -
HSV(B) 266.38º 0.56% 0.98% -
XYZ 39.52 26.5 93.47 -
YUV 143.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 171 109 250 0.32 0.56 0 0.02 266.38 0.93 0.7
Hex AB 6D FA 20 38 0 2 10A 5D 46
Octal 253 155 372 40 70 0 2 412 135 106
Binary 10101011 1101101 11111010 100000 111000 0 10 100001010 1011101 1000110

Color Harmonies of #AB6DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DFA

Black with #AB6DFA

Text Example


Text Example

White with #AB6DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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