Html Css Color HEX #A990DA Biloba Flower

📋 copy color: '#A990DA'

red 169 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #A990DA

Tints of Biloba Flower #A990DA

RGB

 RED value IS 169 (66.41% from 255) = 31.83%

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 31.83%
G = 27.12%
B = 41.05%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A990DA (or 0xA990DA) is known color: Biloba Flower. HEX triplet: A9, 90 and DA. RGB value is (169,144,218). Sum of RGB (Red+Green+Blue) = 169+144+218=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A990DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990DA is #566F25. Grayscale: #9F9F9F. Windows color (decimal): -5664550 or 14323881. OLE color: 14323881.

HSL color Cylindrical-coordinate representation of color #A990DA: hue angle of 260.27º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A990DA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 144 218 -
CMYK 0.22 0.34 0 0.15
HSL 260.27º 0.5% 0.71% -
HSV(B) 260.27º 0.34% 0.85% -
XYZ 38.99 33.44 70.73 -
YUV 159.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 169 144 218 0.22 0.34 0 0.15 260.27 0.5 0.71
Hex A9 90 DA 16 22 0 F 104 32 47
Octal 251 220 332 26 42 0 17 404 62 107
Binary 10101001 10010000 11011010 10110 100010 0 1111 100000100 110010 1000111

Color Harmonies of #A990DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990DA

Black with #A990DA

Text Example


Text Example

White with #A990DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990DA; }

 p { color: rgb(169,144,218); }

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

background-color css

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

 a { background-color: rgb(169,144,218); }

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

border-color css

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

 span { border-color: rgb(169,144,218); }

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