Html Css Color HEX #AB83FD Medium Purple

📋 copy color: '#AB83FD'

red 171 ◦ green 131 ◦ blue 253

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

Shades of Medium Purple #AB83FD

Tints of Medium Purple #AB83FD

RGB

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

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

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

R = 30.81%
G = 23.6%
B = 45.59%

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

#AB83FD (or 0xAB83FD) is known color: Medium Purple. HEX triplet: AB, 83 and FD. RGB value is (171,131,253). Sum of RGB (Red+Green+Blue) = 171+131+253=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB83FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83FD is #547C02. Grayscale: #9C9C9C. Windows color (decimal): -5536771 or 16614315. OLE color: 16614315.

HSL color Cylindrical-coordinate representation of color #AB83FD: hue angle of 259.67º degrees, saturation: 0.97, 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 #AB83FD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 131 253 -
CMYK 0.32 0.48 0 0.01
HSL 259.67º 0.97% 0.75% -
HSV(B) 259.67º 0.48% 0.99% -
XYZ 42.64 31.98 96.85 -
YUV 156.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 171 131 253 0.32 0.48 0 0.01 259.67 0.97 0.75
Hex AB 83 FD 20 30 0 1 104 61 4B
Octal 253 203 375 40 60 0 1 404 141 113
Binary 10101011 10000011 11111101 100000 110000 0 1 100000100 1100001 1001011

Color Harmonies of #AB83FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB83FD

Black with #AB83FD

Text Example


Text Example

White with #AB83FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB83FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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