Html Css Color HEX #A290E6 Biloba Flower

📋 copy color: '#A290E6'

red 162 ◦ green 144 ◦ blue 230

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

Shades of Biloba Flower #A290E6

Tints of Biloba Flower #A290E6

RGB

 RED value IS 162 (63.67% from 255) = 30.22%

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 30.22%
G = 26.87%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A290E6 (or 0xA290E6) is known color: Biloba Flower. HEX triplet: A2, 90 and E6. RGB value is (162,144,230). Sum of RGB (Red+Green+Blue) = 162+144+230=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #A290E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290E6 is #5D6F19. Grayscale: #9E9E9E. Windows color (decimal): -6123290 or 15110306. OLE color: 15110306.

HSL color Cylindrical-coordinate representation of color #A290E6: hue angle of 252.56º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A290E6 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 144 230 -
CMYK 0.30 0.37 0 0.10
HSL 252.56º 0.63% 0.73% -
HSV(B) 252.56º 0.37% 0.9% -
XYZ 39.16 33.34 79.23 -
YUV 159.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 162 144 230 0.30 0.37 0 0.10 252.56 0.63 0.73
Hex A2 90 E6 1E 25 0 A FD 3F 49
Octal 242 220 346 36 45 0 12 375 77 111
Binary 10100010 10010000 11100110 11110 100101 0 1010 11111101 111111 1001001

Color Harmonies of #A290E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290E6

Black with #A290E6

Text Example


Text Example

White with #A290E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290E6; }

 p { color: rgb(162,144,230); }

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

background-color css

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

 a { background-color: rgb(162,144,230); }

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

border-color css

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

 span { border-color: rgb(162,144,230); }

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