Html Css Color HEX #AB83FC Medium Purple

📋 copy color: '#AB83FC'

red 171 ◦ green 131 ◦ blue 252

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

Shades of Medium Purple #AB83FC

Tints of Medium Purple #AB83FC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.65%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 30.87%
G = 23.65%
B = 45.49%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB83FC (or 0xAB83FC) is known color: Medium Purple. HEX triplet: AB, 83 and FC. RGB value is (171,131,252). Sum of RGB (Red+Green+Blue) = 171+131+252=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB83FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83FC is #547C03. Grayscale: #9C9C9C. Windows color (decimal): -5536772 or 16548779. OLE color: 16548779.

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

Color convert

RGB 171 131 252 -
CMYK 0.32 0.48 0 0.01
HSL 259.83º 0.95% 0.75% -
HSV(B) 259.83º 0.48% 0.99% -
XYZ 42.48 31.92 96.02 -
YUV 156.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 171 131 252 0.32 0.48 0 0.01 259.83 0.95 0.75
Hex AB 83 FC 20 30 0 1 104 5F 4B
Octal 253 203 374 40 60 0 1 404 137 113
Binary 10101011 10000011 11111100 100000 110000 0 1 100000100 1011111 1001011

Color Harmonies of #AB83FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB83FC

Black with #AB83FC

Text Example


Text Example

White with #AB83FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB83FC; }

 p { color: rgb(171,131,252); }

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

background-color css

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

 a { background-color: rgb(171,131,252); }

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

border-color css

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

 span { border-color: rgb(171,131,252); }

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