Html Css Color HEX #AD90DF Biloba Flower

📋 copy color: '#AD90DF'

red 173 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #AD90DF

Tints of Biloba Flower #AD90DF

RGB

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

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

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

R = 32.04%
G = 26.67%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD90DF (or 0xAD90DF) is known color: Biloba Flower. HEX triplet: AD, 90 and DF. RGB value is (173,144,223). Sum of RGB (Red+Green+Blue) = 173+144+223=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90DF is #526F20. Grayscale: #A1A1A1. Windows color (decimal): -5402401 or 14651565. OLE color: 14651565.

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

Color convert

RGB 173 144 223 -
CMYK 0.22 0.35 0 0.13
HSL 262.03º 0.55% 0.72% -
HSV(B) 262.03º 0.35% 0.87% -
XYZ 40.53 34.16 74.27 -
YUV 161.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 173 144 223 0.22 0.35 0 0.13 262.03 0.55 0.72
Hex AD 90 DF 16 23 0 D 106 37 48
Octal 255 220 337 26 43 0 15 406 67 110
Binary 10101101 10010000 11011111 10110 100011 0 1101 100000110 110111 1001000

Color Harmonies of #AD90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90DF

Black with #AD90DF

Text Example


Text Example

White with #AD90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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