Html Css Color HEX #AB6BFD Medium Purple

📋 copy color: '#AB6BFD'

red 171 ◦ green 107 ◦ blue 253

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

Shades of Medium Purple #AB6BFD

Tints of Medium Purple #AB6BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.15%

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 32.2%
G = 20.15%
B = 47.65%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB6BFD (or 0xAB6BFD) is known color: Medium Purple. HEX triplet: AB, 6B and FD. RGB value is (171,107,253). Sum of RGB (Red+Green+Blue) = 171+107+253=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6BFD is #549402. Grayscale: #8E8E8E. Windows color (decimal): -5542915 or 16608171. OLE color: 16608171.

HSL color Cylindrical-coordinate representation of color #AB6BFD: hue angle of 266.3º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6BFD is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 107 253 -
CMYK 0.32 0.58 0 0.01
HSL 266.3º 0.97% 0.71% -
HSV(B) 266.3º 0.58% 0.99% -
XYZ 39.78 26.27 95.9 -
YUV 142.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 171 107 253 0.32 0.58 0 0.01 266.3 0.97 0.71
Hex AB 6B FD 20 3A 0 1 10A 61 47
Octal 253 153 375 40 72 0 1 412 141 107
Binary 10101011 1101011 11111101 100000 111010 0 1 100001010 1100001 1000111

Color Harmonies of #AB6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BFD

Black with #AB6BFD

Text Example


Text Example

White with #AB6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BFD; }

 p { color: rgb(171,107,253); }

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

background-color css

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

 a { background-color: rgb(171,107,253); }

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

border-color css

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

 span { border-color: rgb(171,107,253); }

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