Html Css Color HEX #A490DF Biloba Flower

📋 copy color: '#A490DF'

red 164 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #A490DF

Tints of Biloba Flower #A490DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 30.89%
G = 27.12%
B = 42%

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

#A490DF (or 0xA490DF) is known color: Biloba Flower. HEX triplet: A4, 90 and DF. RGB value is (164,144,223). Sum of RGB (Red+Green+Blue) = 164+144+223=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A490DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490DF is #5B6F20. Grayscale: #9E9E9E. Windows color (decimal): -5992225 or 14651556. OLE color: 14651556.

HSL color Cylindrical-coordinate representation of color #A490DF: hue angle of 255.19º degrees, saturation: 0.55, 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 #A490DF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 144 223 -
CMYK 0.26 0.35 0 0.13
HSL 255.19º 0.55% 0.72% -
HSV(B) 255.19º 0.35% 0.87% -
XYZ 38.6 33.17 74.18 -
YUV 158.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 164 144 223 0.26 0.35 0 0.13 255.19 0.55 0.72
Hex A4 90 DF 1A 23 0 D FF 37 48
Octal 244 220 337 32 43 0 15 377 67 110
Binary 10100100 10010000 11011111 11010 100011 0 1101 11111111 110111 1001000

Color Harmonies of #A490DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490DF

Black with #A490DF

Text Example


Text Example

White with #A490DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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