Html Css Color HEX #AD83DF Biloba Flower

📋 copy color: '#AD83DF'

red 173 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #AD83DF

Tints of Biloba Flower #AD83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 32.83%
G = 24.86%
B = 42.31%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD83DF (or 0xAD83DF) is known color: Biloba Flower. HEX triplet: AD, 83 and DF. RGB value is (173,131,223). Sum of RGB (Red+Green+Blue) = 173+131+223=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83DF is #527C20. Grayscale: #999999. Windows color (decimal): -5405729 or 14648237. OLE color: 14648237.

HSL color Cylindrical-coordinate representation of color #AD83DF: hue angle of 267.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD83DF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 131 223 -
CMYK 0.22 0.41 0 0.13
HSL 267.39º 0.59% 0.69% -
HSV(B) 267.39º 0.41% 0.87% -
XYZ 38.67 30.44 73.65 -
YUV 154.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 173 131 223 0.22 0.41 0 0.13 267.39 0.59 0.69
Hex AD 83 DF 16 29 0 D 10B 3B 45
Octal 255 203 337 26 51 0 15 413 73 105
Binary 10101101 10000011 11011111 10110 101001 0 1101 100001011 111011 1000101

Color Harmonies of #AD83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83DF

Black with #AD83DF

Text Example


Text Example

White with #AD83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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