Html Css Color HEX #AD90FE Biloba Flower

📋 copy color: '#AD90FE'

red 173 ◦ green 144 ◦ blue 254

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

Shades of Biloba Flower #AD90FE

Tints of Biloba Flower #AD90FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 30.3%
G = 25.22%
B = 44.48%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD90FE (or 0xAD90FE) is known color: Biloba Flower. HEX triplet: AD, 90 and FE. RGB value is (173,144,254). Sum of RGB (Red+Green+Blue) = 173+144+254=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90FE is #526F01. Grayscale: #A4A4A4. Windows color (decimal): -5402370 or 16683181. OLE color: 16683181.

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

Color convert

RGB 173 144 254 -
CMYK 0.32 0.43 0 0.00
HSL 255.82º 0.98% 0.78% -
HSV(B) 255.82º 0.43% 1% -
XYZ 45.1 35.99 98.34 -
YUV 165.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 173 144 254 0.32 0.43 0 0.00 255.82 0.98 0.78
Hex AD 90 FE 20 2B 0 0 100 62 4E
Octal 255 220 376 40 53 0 0 400 142 116
Binary 10101101 10010000 11111110 100000 101011 0 0 100000000 1100010 1001110

Color Harmonies of #AD90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90FE

Black with #AD90FE

Text Example


Text Example

White with #AD90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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