Html Css Color HEX #A590CE Biloba Flower

📋 copy color: '#A590CE'

red 165 ◦ green 144 ◦ blue 206

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

Shades of Biloba Flower #A590CE

Tints of Biloba Flower #A590CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 32.04%
G = 27.96%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A590CE (or 0xA590CE) is known color: Biloba Flower. HEX triplet: A5, 90 and CE. RGB value is (165,144,206). Sum of RGB (Red+Green+Blue) = 165+144+206=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A590CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590CE is #5A6F31. Grayscale: #9D9D9D. Windows color (decimal): -5926706 or 13537445. OLE color: 13537445.

HSL color Cylindrical-coordinate representation of color #A590CE: hue angle of 260.32º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A590CE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 144 206 -
CMYK 0.20 0.30 0 0.19
HSL 260.32º 0.39% 0.69% -
HSV(B) 260.32º 0.3% 0.81% -
XYZ 36.63 32.4 62.72 -
YUV 157.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 165 144 206 0.20 0.30 0 0.19 260.32 0.39 0.69
Hex A5 90 CE 14 1E 0 13 104 27 45
Octal 245 220 316 24 36 0 23 404 47 105
Binary 10100101 10010000 11001110 10100 11110 0 10011 100000100 100111 1000101

Color Harmonies of #A590CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590CE

Black with #A590CE

Text Example


Text Example

White with #A590CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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