Html Css Color HEX #A490DD Biloba Flower

📋 copy color: '#A490DD'

red 164 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #A490DD

Tints of Biloba Flower #A490DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 31%
G = 27.22%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A490DD (or 0xA490DD) is known color: Biloba Flower. HEX triplet: A4, 90 and DD. RGB value is (164,144,221). Sum of RGB (Red+Green+Blue) = 164+144+221=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A490DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490DD is #5B6F22. Grayscale: #9E9E9E. Windows color (decimal): -5992227 or 14520484. OLE color: 14520484.

HSL color Cylindrical-coordinate representation of color #A490DD: hue angle of 255.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A490DD is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 144 221 -
CMYK 0.26 0.35 0 0.13
HSL 255.58º 0.53% 0.72% -
HSV(B) 255.58º 0.35% 0.87% -
XYZ 38.33 33.06 72.77 -
YUV 158.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 164 144 221 0.26 0.35 0 0.13 255.58 0.53 0.72
Hex A4 90 DD 1A 23 0 D 100 35 48
Octal 244 220 335 32 43 0 15 400 65 110
Binary 10100100 10010000 11011101 11010 100011 0 1101 100000000 110101 1001000

Color Harmonies of #A490DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490DD

Black with #A490DD

Text Example


Text Example

White with #A490DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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