Html Css Color HEX #AD90FF Biloba Flower

📋 copy color: '#AD90FF'

red 173 ◦ green 144 ◦ blue 255

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

Shades of Biloba Flower #AD90FF

Tints of Biloba Flower #AD90FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 30.24%
G = 25.17%
B = 44.58%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD90FF (or 0xAD90FF) is known color: Biloba Flower. HEX triplet: AD, 90 and FF. RGB value is (173,144,255). Sum of RGB (Red+Green+Blue) = 173+144+255=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90FF is #526F00. Grayscale: #A4A4A4. Windows color (decimal): -5402369 or 16748717. OLE color: 16748717.

HSL color Cylindrical-coordinate representation of color #AD90FF: hue angle of 255.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD90FF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 144 255 -
CMYK 0.32 0.44 0 0
HSL 255.68º 1% 0.78% -
HSV(B) 255.68º 0.44% 1% -
XYZ 45.26 36.05 99.18 -
YUV 165.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 173 144 255 0.32 0.44 0 0 255.68 1 0.78
Hex AD 90 FF 20 2C 0 0 100 64 4E
Octal 255 220 377 40 54 0 0 400 144 116
Binary 10101101 10010000 11111111 100000 101100 0 0 100000000 1100100 1001110

Color Harmonies of #AD90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90FF

Black with #AD90FF

Text Example


Text Example

White with #AD90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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