Html Css Color HEX #A490EC Biloba Flower

📋 copy color: '#A490EC'

red 164 ◦ green 144 ◦ blue 236

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

Shades of Biloba Flower #A490EC

Tints of Biloba Flower #A490EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 30.15%
G = 26.47%
B = 43.38%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A490EC (or 0xA490EC) is known color: Biloba Flower. HEX triplet: A4, 90 and EC. RGB value is (164,144,236). Sum of RGB (Red+Green+Blue) = 164+144+236=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #A490EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490EC is #5B6F13. Grayscale: #A0A0A0. Windows color (decimal): -5992212 or 15503524. OLE color: 15503524.

HSL color Cylindrical-coordinate representation of color #A490EC: hue angle of 253.04º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A490EC is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 144 236 -
CMYK 0.31 0.39 0 0.07
HSL 253.04º 0.71% 0.75% -
HSV(B) 253.04º 0.39% 0.93% -
XYZ 40.42 33.9 83.77 -
YUV 160.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 164 144 236 0.31 0.39 0 0.07 253.04 0.71 0.75
Hex A4 90 EC 1F 27 0 7 FD 47 4B
Octal 244 220 354 37 47 0 7 375 107 113
Binary 10100100 10010000 11101100 11111 100111 0 111 11111101 1000111 1001011

Color Harmonies of #A490EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490EC

Black with #A490EC

Text Example


Text Example

White with #A490EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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