Html Css Color HEX #A490DE Biloba Flower

📋 copy color: '#A490DE'

red 164 ◦ green 144 ◦ blue 222

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

Shades of Biloba Flower #A490DE

Tints of Biloba Flower #A490DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 30.94%
G = 27.17%
B = 41.89%

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

#A490DE (or 0xA490DE) is known color: Biloba Flower. HEX triplet: A4, 90 and DE. RGB value is (164,144,222). Sum of RGB (Red+Green+Blue) = 164+144+222=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #A490DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490DE is #5B6F21. Grayscale: #9E9E9E. Windows color (decimal): -5992226 or 14586020. OLE color: 14586020.

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

Color convert

RGB 164 144 222 -
CMYK 0.26 0.35 0 0.13
HSL 255.38º 0.54% 0.72% -
HSV(B) 255.38º 0.35% 0.87% -
XYZ 38.47 33.11 73.47 -
YUV 158.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 164 144 222 0.26 0.35 0 0.13 255.38 0.54 0.72
Hex A4 90 DE 1A 23 0 D FF 36 48
Octal 244 220 336 32 43 0 15 377 66 110
Binary 10100100 10010000 11011110 11010 100011 0 1101 11111111 110110 1001000

Color Harmonies of #A490DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490DE

Black with #A490DE

Text Example


Text Example

White with #A490DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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