Html Css Color HEX #A990CE Biloba Flower

📋 copy color: '#A990CE'

red 169 ◦ green 144 ◦ blue 206

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

Shades of Biloba Flower #A990CE

Tints of Biloba Flower #A990CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 32.56%
G = 27.75%
B = 39.69%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A990CE (or 0xA990CE) is known color: Biloba Flower. HEX triplet: A9, 90 and CE. RGB value is (169,144,206). Sum of RGB (Red+Green+Blue) = 169+144+206=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A990CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990CE is #566F31. Grayscale: #9E9E9E. Windows color (decimal): -5664562 or 13537449. OLE color: 13537449.

HSL color Cylindrical-coordinate representation of color #A990CE: hue angle of 264.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A990CE is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 144 206 -
CMYK 0.18 0.30 0 0.19
HSL 264.19º 0.39% 0.69% -
HSV(B) 264.19º 0.3% 0.81% -
XYZ 37.48 32.84 62.76 -
YUV 158.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 169 144 206 0.18 0.30 0 0.19 264.19 0.39 0.69
Hex A9 90 CE 12 1E 0 13 108 27 45
Octal 251 220 316 22 36 0 23 410 47 105
Binary 10101001 10010000 11001110 10010 11110 0 10011 100001000 100111 1000101

Color Harmonies of #A990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990CE

Black with #A990CE

Text Example


Text Example

White with #A990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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