Html Css Color HEX #A590DF Biloba Flower

📋 copy color: '#A590DF'

red 165 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #A590DF

Tints of Biloba Flower #A590DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 31.02%
G = 27.07%
B = 41.92%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A590DF (or 0xA590DF) is known color: Biloba Flower. HEX triplet: A5, 90 and DF. RGB value is (165,144,223). Sum of RGB (Red+Green+Blue) = 165+144+223=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A590DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590DF is #5A6F20. Grayscale: #9E9E9E. Windows color (decimal): -5926689 or 14651557. OLE color: 14651557.

HSL color Cylindrical-coordinate representation of color #A590DF: hue angle of 255.95º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A590DF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 144 223 -
CMYK 0.26 0.35 0 0.13
HSL 255.95º 0.55% 0.72% -
HSV(B) 255.95º 0.35% 0.87% -
XYZ 38.81 33.27 74.19 -
YUV 159.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 165 144 223 0.26 0.35 0 0.13 255.95 0.55 0.72
Hex A5 90 DF 1A 23 0 D 100 37 48
Octal 245 220 337 32 43 0 15 400 67 110
Binary 10100101 10010000 11011111 11010 100011 0 1101 100000000 110111 1001000

Color Harmonies of #A590DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590DF

Black with #A590DF

Text Example


Text Example

White with #A590DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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