Html Css Color HEX #AD8ADB Biloba Flower

📋 copy color: '#AD8ADB'

red 173 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #AD8ADB

Tints of Biloba Flower #AD8ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 32.64%
G = 26.04%
B = 41.32%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8ADB (or 0xAD8ADB) is known color: Biloba Flower. HEX triplet: AD, 8A and DB. RGB value is (173,138,219). Sum of RGB (Red+Green+Blue) = 173+138+219=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ADB is #527524. Grayscale: #9D9D9D. Windows color (decimal): -5403941 or 14387885. OLE color: 14387885.

HSL color Cylindrical-coordinate representation of color #AD8ADB: hue angle of 265.93º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8ADB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 138 219 -
CMYK 0.21 0.37 0 0.14
HSL 265.93º 0.53% 0.7% -
HSV(B) 265.93º 0.37% 0.86% -
XYZ 39.11 32.18 71.17 -
YUV 157.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 173 138 219 0.21 0.37 0 0.14 265.93 0.53 0.7
Hex AD 8A DB 15 25 0 E 10A 35 46
Octal 255 212 333 25 45 0 16 412 65 106
Binary 10101101 10001010 11011011 10101 100101 0 1110 100001010 110101 1000110

Color Harmonies of #AD8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ADB

Black with #AD8ADB

Text Example


Text Example

White with #AD8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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