Html Css Color HEX #A590D8 Biloba Flower

📋 copy color: '#A590D8'

red 165 ◦ green 144 ◦ blue 216

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

Shades of Biloba Flower #A590D8

Tints of Biloba Flower #A590D8

RGB

 RED value IS 165 (64.84% from 255) = 31.43%

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

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

R = 31.43%
G = 27.43%
B = 41.14%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A590D8 (or 0xA590D8) is known color: Biloba Flower. HEX triplet: A5, 90 and D8. RGB value is (165,144,216). Sum of RGB (Red+Green+Blue) = 165+144+216=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #A590D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590D8 is #5A6F27. Grayscale: #9E9E9E. Windows color (decimal): -5926696 or 14192805. OLE color: 14192805.

HSL color Cylindrical-coordinate representation of color #A590D8: hue angle of 257.5º 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 #A590D8 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 144 216 -
CMYK 0.24 0.33 0 0.15
HSL 257.5º 0.48% 0.71% -
HSV(B) 257.5º 0.33% 0.85% -
XYZ 37.88 32.9 69.32 -
YUV 158.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 165 144 216 0.24 0.33 0 0.15 257.5 0.48 0.71
Hex A5 90 D8 18 21 0 F 102 30 47
Octal 245 220 330 30 41 0 17 402 60 107
Binary 10100101 10010000 11011000 11000 100001 0 1111 100000010 110000 1000111

Color Harmonies of #A590D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590D8

Black with #A590D8

Text Example


Text Example

White with #A590D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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