Html Css Color HEX #A490D7 Biloba Flower

📋 copy color: '#A490D7'

red 164 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #A490D7

Tints of Biloba Flower #A490D7

RGB

 RED value IS 164 (64.45% from 255) = 31.36%

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

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 31.36%
G = 27.53%
B = 41.11%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A490D7 (or 0xA490D7) is known color: Biloba Flower. HEX triplet: A4, 90 and D7. RGB value is (164,144,215). Sum of RGB (Red+Green+Blue) = 164+144+215=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #A490D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490D7 is #5B6F28. Grayscale: #9D9D9D. Windows color (decimal): -5992233 or 14127268. OLE color: 14127268.

HSL color Cylindrical-coordinate representation of color #A490D7: hue angle of 256.9º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A490D7 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 144 215 -
CMYK 0.24 0.33 0 0.16
HSL 256.9º 0.47% 0.7% -
HSV(B) 256.9º 0.33% 0.84% -
XYZ 37.55 32.75 68.63 -
YUV 158.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 164 144 215 0.24 0.33 0 0.16 256.9 0.47 0.7
Hex A4 90 D7 18 21 0 10 101 2F 46
Octal 244 220 327 30 41 0 20 401 57 106
Binary 10100100 10010000 11010111 11000 100001 0 10000 100000001 101111 1000110

Color Harmonies of #A490D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490D7

Black with #A490D7

Text Example


Text Example

White with #A490D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490D7; }

 p { color: rgb(164,144,215); }

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

background-color css

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

 a { background-color: rgb(164,144,215); }

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

border-color css

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

 span { border-color: rgb(164,144,215); }

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