Html Css Color HEX #A595DF Biloba Flower

📋 copy color: '#A595DF'

red 165 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #A595DF

Tints of Biloba Flower #A595DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.75%

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

R = 30.73%
G = 27.75%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A595DF (or 0xA595DF) is known color: Biloba Flower. HEX triplet: A5, 95 and DF. RGB value is (165,149,223). Sum of RGB (Red+Green+Blue) = 165+149+223=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A595DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595DF is #5A6A20. Grayscale: #A1A1A1. Windows color (decimal): -5925409 or 14652837. OLE color: 14652837.

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

Color convert

RGB 165 149 223 -
CMYK 0.26 0.33 0 0.13
HSL 252.97º 0.54% 0.73% -
HSV(B) 252.97º 0.33% 0.87% -
XYZ 39.58 34.82 74.45 -
YUV 162.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 165 149 223 0.26 0.33 0 0.13 252.97 0.54 0.73
Hex A5 95 DF 1A 21 0 D FD 36 49
Octal 245 225 337 32 41 0 15 375 66 111
Binary 10100101 10010101 11011111 11010 100001 0 1101 11111101 110110 1001001

Color Harmonies of #A595DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595DF

Black with #A595DF

Text Example


Text Example

White with #A595DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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