Html Css Color HEX #A990D1 Biloba Flower

📋 copy color: '#A990D1'

red 169 ◦ green 144 ◦ blue 209

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

Shades of Biloba Flower #A990D1

Tints of Biloba Flower #A990D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 32.38%
G = 27.59%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A990D1 (or 0xA990D1) is known color: Biloba Flower. HEX triplet: A9, 90 and D1. RGB value is (169,144,209). Sum of RGB (Red+Green+Blue) = 169+144+209=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #A990D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990D1 is #566F2E. Grayscale: #9E9E9E. Windows color (decimal): -5664559 or 13734057. OLE color: 13734057.

HSL color Cylindrical-coordinate representation of color #A990D1: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A990D1 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 144 209 -
CMYK 0.19 0.31 0 0.18
HSL 263.08º 0.41% 0.69% -
HSV(B) 263.08º 0.31% 0.82% -
XYZ 37.84 32.98 64.69 -
YUV 158.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 169 144 209 0.19 0.31 0 0.18 263.08 0.41 0.69
Hex A9 90 D1 13 1F 0 12 107 29 45
Octal 251 220 321 23 37 0 22 407 51 105
Binary 10101001 10010000 11010001 10011 11111 0 10010 100000111 101001 1000101

Color Harmonies of #A990D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990D1

Black with #A990D1

Text Example


Text Example

White with #A990D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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