Html Css Color HEX #A990CB Biloba Flower

📋 copy color: '#A990CB'

red 169 ◦ green 144 ◦ blue 203

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

Shades of Biloba Flower #A990CB

Tints of Biloba Flower #A990CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 32.75%
G = 27.91%
B = 39.34%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A990CB (or 0xA990CB) is known color: Biloba Flower. HEX triplet: A9, 90 and CB. RGB value is (169,144,203). Sum of RGB (Red+Green+Blue) = 169+144+203=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #A990CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990CB is #566F34. Grayscale: #9D9D9D. Windows color (decimal): -5664565 or 13340841. OLE color: 13340841.

HSL color Cylindrical-coordinate representation of color #A990CB: hue angle of 265.42º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A990CB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 144 203 -
CMYK 0.17 0.29 0 0.20
HSL 265.42º 0.36% 0.68% -
HSV(B) 265.42º 0.29% 0.8% -
XYZ 37.11 32.69 60.85 -
YUV 158.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 169 144 203 0.17 0.29 0 0.20 265.42 0.36 0.68
Hex A9 90 CB 11 1D 0 14 109 24 44
Octal 251 220 313 21 35 0 24 411 44 104
Binary 10101001 10010000 11001011 10001 11101 0 10100 100001001 100100 1000100

Color Harmonies of #A990CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990CB

Black with #A990CB

Text Example


Text Example

White with #A990CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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