Html Css Color HEX #AD8ADF Biloba Flower

📋 copy color: '#AD8ADF'

red 173 ◦ green 138 ◦ blue 223

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

Shades of Biloba Flower #AD8ADF

Tints of Biloba Flower #AD8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

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

R = 32.4%
G = 25.84%
B = 41.76%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD8ADF (or 0xAD8ADF) is known color: Biloba Flower. HEX triplet: AD, 8A and DF. RGB value is (173,138,223). Sum of RGB (Red+Green+Blue) = 173+138+223=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ADF is #527520. Grayscale: #9D9D9D. Windows color (decimal): -5403937 or 14650029. OLE color: 14650029.

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

Color convert

RGB 173 138 223 -
CMYK 0.22 0.38 0 0.13
HSL 264.71º 0.57% 0.71% -
HSV(B) 264.71º 0.38% 0.87% -
XYZ 39.64 32.39 73.97 -
YUV 158.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 173 138 223 0.22 0.38 0 0.13 264.71 0.57 0.71
Hex AD 8A DF 16 26 0 D 109 39 47
Octal 255 212 337 26 46 0 15 411 71 107
Binary 10101101 10001010 11011111 10110 100110 0 1101 100001001 111001 1000111

Color Harmonies of #AD8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ADF

Black with #AD8ADF

Text Example


Text Example

White with #AD8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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