Html Css Color HEX #AD90D7 Biloba Flower

📋 copy color: '#AD90D7'

red 173 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #AD90D7

Tints of Biloba Flower #AD90D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.41%

R = 32.52%
G = 27.07%
B = 40.41%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD90D7 (or 0xAD90D7) is known color: Biloba Flower. HEX triplet: AD, 90 and D7. RGB value is (173,144,215). Sum of RGB (Red+Green+Blue) = 173+144+215=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD90D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90D7 is #526F28. Grayscale: #A0A0A0. Windows color (decimal): -5402409 or 14127277. OLE color: 14127277.

HSL color Cylindrical-coordinate representation of color #AD90D7: hue angle of 264.51º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD90D7 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 144 215 -
CMYK 0.20 0.33 0 0.16
HSL 264.51º 0.47% 0.7% -
HSV(B) 264.51º 0.33% 0.84% -
XYZ 39.47 33.74 68.72 -
YUV 160.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 173 144 215 0.20 0.33 0 0.16 264.51 0.47 0.7
Hex AD 90 D7 14 21 0 10 109 2F 46
Octal 255 220 327 24 41 0 20 411 57 106
Binary 10101101 10010000 11010111 10100 100001 0 10000 100001001 101111 1000110

Color Harmonies of #AD90D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90D7

Black with #AD90D7

Text Example


Text Example

White with #AD90D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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