Html Css Color HEX #AD83FF Light Slate Blue

📋 copy color: '#AD83FF'

red 173 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #AD83FF

Tints of Light Slate Blue #AD83FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 30.95%
G = 23.43%
B = 45.62%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD83FF (or 0xAD83FF) is known color: Light Slate Blue. HEX triplet: AD, 83 and FF. RGB value is (173,131,255). Sum of RGB (Red+Green+Blue) = 173+131+255=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83FF is #527C00. Grayscale: #9D9D9D. Windows color (decimal): -5405697 or 16745389. OLE color: 16745389.

HSL color Cylindrical-coordinate representation of color #AD83FF: hue angle of 260.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD83FF is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 131 255 -
CMYK 0.32 0.49 0 0
HSL 260.32º 1% 0.76% -
HSV(B) 260.32º 0.49% 1% -
XYZ 43.4 32.34 98.56 -
YUV 157.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 173 131 255 0.32 0.49 0 0 260.32 1 0.76
Hex AD 83 FF 20 31 0 0 104 64 4C
Octal 255 203 377 40 61 0 0 404 144 114
Binary 10101101 10000011 11111111 100000 110001 0 0 100000100 1100100 1001100

Color Harmonies of #AD83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83FF

Black with #AD83FF

Text Example


Text Example

White with #AD83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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