Html Css Color HEX #AD90FD Biloba Flower

📋 copy color: '#AD90FD'

red 173 ◦ green 144 ◦ blue 253

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

Shades of Biloba Flower #AD90FD

Tints of Biloba Flower #AD90FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.39%

R = 30.35%
G = 25.26%
B = 44.39%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD90FD (or 0xAD90FD) is known color: Biloba Flower. HEX triplet: AD, 90 and FD. RGB value is (173,144,253). Sum of RGB (Red+Green+Blue) = 173+144+253=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90FD is #526F02. Grayscale: #A4A4A4. Windows color (decimal): -5402371 or 16617645. OLE color: 16617645.

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

Color convert

RGB 173 144 253 -
CMYK 0.32 0.43 0 0.01
HSL 255.96º 0.96% 0.78% -
HSV(B) 255.96º 0.43% 0.99% -
XYZ 44.94 35.92 97.49 -
YUV 165.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 173 144 253 0.32 0.43 0 0.01 255.96 0.96 0.78
Hex AD 90 FD 20 2B 0 1 100 60 4E
Octal 255 220 375 40 53 0 1 400 140 116
Binary 10101101 10010000 11111101 100000 101011 0 1 100000000 1100000 1001110

Color Harmonies of #AD90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90FD

Black with #AD90FD

Text Example


Text Example

White with #AD90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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