Html Css Color HEX #AB6CFA Medium Purple

📋 copy color: '#AB6CFA'

red 171 ◦ green 108 ◦ blue 250

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

Shades of Medium Purple #AB6CFA

Tints of Medium Purple #AB6CFA

RGB

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

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

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

R = 32.33%
G = 20.42%
B = 47.26%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB6CFA (or 0xAB6CFA) is known color: Medium Purple. HEX triplet: AB, 6C and FA. RGB value is (171,108,250). Sum of RGB (Red+Green+Blue) = 171+108+250=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB6CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CFA is #549305. Grayscale: #8E8E8E. Windows color (decimal): -5542662 or 16411819. OLE color: 16411819.

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

Color convert

RGB 171 108 250 -
CMYK 0.32 0.57 0 0.02
HSL 266.62º 0.93% 0.7% -
HSV(B) 266.62º 0.57% 0.98% -
XYZ 39.41 26.29 93.44 -
YUV 143.03 188.37 147.95 -
System Red Green Blue C M Y K H S L
Decimal 171 108 250 0.32 0.57 0 0.02 266.62 0.93 0.7
Hex AB 6C FA 20 39 0 2 10B 5D 46
Octal 253 154 372 40 71 0 2 413 135 106
Binary 10101011 1101100 11111010 100000 111001 0 10 100001011 1011101 1000110

Color Harmonies of #AB6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CFA

Black with #AB6CFA

Text Example


Text Example

White with #AB6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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