Html Css Color HEX #AD90D3 Biloba Flower

📋 copy color: '#AD90D3'

red 173 ◦ green 144 ◦ blue 211

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

Shades of Biloba Flower #AD90D3

Tints of Biloba Flower #AD90D3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.27%

 BLUE value IS 211 (82.81% from 255) = 39.96%

R = 32.77%
G = 27.27%
B = 39.96%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD90D3 (or 0xAD90D3) is known color: Biloba Flower. HEX triplet: AD, 90 and D3. RGB value is (173,144,211). Sum of RGB (Red+Green+Blue) = 173+144+211=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD90D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90D3 is #526F2C. Grayscale: #A0A0A0. Windows color (decimal): -5402413 or 13865133. OLE color: 13865133.

HSL color Cylindrical-coordinate representation of color #AD90D3: hue angle of 265.97º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD90D3 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 144 211 -
CMYK 0.18 0.32 0 0.17
HSL 265.97º 0.43% 0.7% -
HSV(B) 265.97º 0.32% 0.83% -
XYZ 38.96 33.53 66.05 -
YUV 160.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 173 144 211 0.18 0.32 0 0.17 265.97 0.43 0.7
Hex AD 90 D3 12 20 0 11 10A 2B 46
Octal 255 220 323 22 40 0 21 412 53 106
Binary 10101101 10010000 11010011 10010 100000 0 10001 100001010 101011 1000110

Color Harmonies of #AD90D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90D3

Black with #AD90D3

Text Example


Text Example

White with #AD90D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90D3; }

 p { color: rgb(173,144,211); }

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

background-color css

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

 a { background-color: rgb(173,144,211); }

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

border-color css

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

 span { border-color: rgb(173,144,211); }

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