Html Css Color HEX #AD83FC Medium Purple

📋 copy color: '#AD83FC'

red 173 ◦ green 131 ◦ blue 252

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

Shades of Medium Purple #AD83FC

Tints of Medium Purple #AD83FC

RGB

 RED value IS 173 (67.97% from 255) = 31.12%

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

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

R = 31.12%
G = 23.56%
B = 45.32%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD83FC (or 0xAD83FC) is known color: Medium Purple. HEX triplet: AD, 83 and FC. RGB value is (173,131,252). Sum of RGB (Red+Green+Blue) = 173+131+252=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD83FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83FC is #527C03. Grayscale: #9C9C9C. Windows color (decimal): -5405700 or 16548781. OLE color: 16548781.

HSL color Cylindrical-coordinate representation of color #AD83FC: hue angle of 260.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 #AD83FC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 131 252 -
CMYK 0.31 0.48 0 0.01
HSL 260.83º 0.95% 0.75% -
HSV(B) 260.83º 0.48% 0.99% -
XYZ 42.92 32.15 96.04 -
YUV 157.35 181.41 139.16 -
System Red Green Blue C M Y K H S L
Decimal 173 131 252 0.31 0.48 0 0.01 260.83 0.95 0.75
Hex AD 83 FC 1F 30 0 1 105 5F 4B
Octal 255 203 374 37 60 0 1 405 137 113
Binary 10101101 10000011 11111100 11111 110000 0 1 100000101 1011111 1001011

Color Harmonies of #AD83FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83FC

Black with #AD83FC

Text Example


Text Example

White with #AD83FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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