Html Css Color HEX #AD90FB Biloba Flower

📋 copy color: '#AD90FB'

red 173 ◦ green 144 ◦ blue 251

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

Shades of Biloba Flower #AD90FB

Tints of Biloba Flower #AD90FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 30.46%
G = 25.35%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD90FB (or 0xAD90FB) is known color: Biloba Flower. HEX triplet: AD, 90 and FB. RGB value is (173,144,251). Sum of RGB (Red+Green+Blue) = 173+144+251=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90FB is #526F04. Grayscale: #A4A4A4. Windows color (decimal): -5402373 or 16486573. OLE color: 16486573.

HSL color Cylindrical-coordinate representation of color #AD90FB: hue angle of 256.26º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD90FB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 144 251 -
CMYK 0.31 0.43 0 0.02
HSL 256.26º 0.93% 0.77% -
HSV(B) 256.26º 0.43% 0.98% -
XYZ 44.62 35.8 95.82 -
YUV 164.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 173 144 251 0.31 0.43 0 0.02 256.26 0.93 0.77
Hex AD 90 FB 1F 2B 0 2 100 5D 4D
Octal 255 220 373 37 53 0 2 400 135 115
Binary 10101101 10010000 11111011 11111 101011 0 10 100000000 1011101 1001101

Color Harmonies of #AD90FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90FB

Black with #AD90FB

Text Example


Text Example

White with #AD90FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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