Html Css Color HEX #AD90F3 Biloba Flower

📋 copy color: '#AD90F3'

red 173 ◦ green 144 ◦ blue 243

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

Shades of Biloba Flower #AD90F3

Tints of Biloba Flower #AD90F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.39%

R = 30.89%
G = 25.71%
B = 43.39%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD90F3 (or 0xAD90F3) is known color: Biloba Flower. HEX triplet: AD, 90 and F3. RGB value is (173,144,243). Sum of RGB (Red+Green+Blue) = 173+144+243=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD90F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90F3 is #526F0C. Grayscale: #A3A3A3. Windows color (decimal): -5402381 or 15962285. OLE color: 15962285.

HSL color Cylindrical-coordinate representation of color #AD90F3: hue angle of 257.58º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD90F3 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 144 243 -
CMYK 0.29 0.41 0 0.05
HSL 257.58º 0.8% 0.76% -
HSV(B) 257.58º 0.41% 0.95% -
XYZ 43.38 35.3 89.32 -
YUV 163.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 173 144 243 0.29 0.41 0 0.05 257.58 0.8 0.76
Hex AD 90 F3 1D 29 0 5 102 50 4C
Octal 255 220 363 35 51 0 5 402 120 114
Binary 10101101 10010000 11110011 11101 101001 0 101 100000010 1010000 1001100

Color Harmonies of #AD90F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90F3

Black with #AD90F3

Text Example


Text Example

White with #AD90F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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