Html Css Color HEX #A490D6 Biloba Flower

📋 copy color: '#A490D6'

red 164 ◦ green 144 ◦ blue 214

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

Shades of Biloba Flower #A490D6

Tints of Biloba Flower #A490D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41%

R = 31.42%
G = 27.59%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A490D6 (or 0xA490D6) is known color: Biloba Flower. HEX triplet: A4, 90 and D6. RGB value is (164,144,214). Sum of RGB (Red+Green+Blue) = 164+144+214=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #A490D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490D6 is #5B6F29. Grayscale: #9D9D9D. Windows color (decimal): -5992234 or 14061732. OLE color: 14061732.

HSL color Cylindrical-coordinate representation of color #A490D6: hue angle of 257.14º degrees, saturation: 0.46, 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 #A490D6 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 144 214 -
CMYK 0.23 0.33 0 0.16
HSL 257.14º 0.46% 0.7% -
HSV(B) 257.14º 0.33% 0.84% -
XYZ 37.42 32.69 67.96 -
YUV 157.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 164 144 214 0.23 0.33 0 0.16 257.14 0.46 0.7
Hex A4 90 D6 17 21 0 10 101 2E 46
Octal 244 220 326 27 41 0 20 401 56 106
Binary 10100100 10010000 11010110 10111 100001 0 10000 100000001 101110 1000110

Color Harmonies of #A490D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490D6

Black with #A490D6

Text Example


Text Example

White with #A490D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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