Html Css Color HEX #A290D8 Biloba Flower

📋 copy color: '#A290D8'

red 162 ◦ green 144 ◦ blue 216

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

Shades of Biloba Flower #A290D8

Tints of Biloba Flower #A290D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 31.03%
G = 27.59%
B = 41.38%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A290D8 (or 0xA290D8) is known color: Biloba Flower. HEX triplet: A2, 90 and D8. RGB value is (162,144,216). Sum of RGB (Red+Green+Blue) = 162+144+216=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #A290D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290D8 is #5D6F27. Grayscale: #9D9D9D. Windows color (decimal): -6123304 or 14192802. OLE color: 14192802.

HSL color Cylindrical-coordinate representation of color #A290D8: hue angle of 255º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A290D8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 144 216 -
CMYK 0.25 0.33 0 0.15
HSL 255º 0.48% 0.71% -
HSV(B) 255º 0.33% 0.85% -
XYZ 37.27 32.59 69.29 -
YUV 157.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 162 144 216 0.25 0.33 0 0.15 255 0.48 0.71
Hex A2 90 D8 19 21 0 F FF 30 47
Octal 242 220 330 31 41 0 17 377 60 107
Binary 10100010 10010000 11011000 11001 100001 0 1111 11111111 110000 1000111

Color Harmonies of #A290D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290D8

Black with #A290D8

Text Example


Text Example

White with #A290D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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