Html Css Color HEX #A290DA Biloba Flower

📋 copy color: '#A290DA'

red 162 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #A290DA

Tints of Biloba Flower #A290DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 30.92%
G = 27.48%
B = 41.6%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A290DA (or 0xA290DA) is known color: Biloba Flower. HEX triplet: A2, 90 and DA. RGB value is (162,144,218). Sum of RGB (Red+Green+Blue) = 162+144+218=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #A290DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DA is #5D6F25. Grayscale: #9D9D9D. Windows color (decimal): -6123302 or 14323874. OLE color: 14323874.

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

Color convert

RGB 162 144 218 -
CMYK 0.26 0.34 0 0.15
HSL 254.59º 0.5% 0.71% -
HSV(B) 254.59º 0.34% 0.85% -
XYZ 37.53 32.69 70.66 -
YUV 157.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 162 144 218 0.26 0.34 0 0.15 254.59 0.5 0.71
Hex A2 90 DA 1A 22 0 F FF 32 47
Octal 242 220 332 32 42 0 17 377 62 107
Binary 10100010 10010000 11011010 11010 100010 0 1111 11111111 110010 1000111

Color Harmonies of #A290DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290DA

Black with #A290DA

Text Example


Text Example

White with #A290DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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