Html Css Color HEX #A595D8 Biloba Flower

📋 copy color: '#A595D8'

red 165 ◦ green 149 ◦ blue 216

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

Shades of Biloba Flower #A595D8

Tints of Biloba Flower #A595D8

RGB

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

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

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

R = 31.13%
G = 28.11%
B = 40.75%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A595D8 (or 0xA595D8) is known color: Biloba Flower. HEX triplet: A5, 95 and D8. RGB value is (165,149,216). Sum of RGB (Red+Green+Blue) = 165+149+216=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #A595D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595D8 is #5A6A27. Grayscale: #A1A1A1. Windows color (decimal): -5925416 or 14194085. OLE color: 14194085.

HSL color Cylindrical-coordinate representation of color #A595D8: hue angle of 254.33º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A595D8 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 149 216 -
CMYK 0.24 0.31 0 0.15
HSL 254.33º 0.46% 0.72% -
HSV(B) 254.33º 0.31% 0.85% -
XYZ 38.66 34.45 69.58 -
YUV 161.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 165 149 216 0.24 0.31 0 0.15 254.33 0.46 0.72
Hex A5 95 D8 18 1F 0 F FE 2E 48
Octal 245 225 330 30 37 0 17 376 56 110
Binary 10100101 10010101 11011000 11000 11111 0 1111 11111110 101110 1001000

Color Harmonies of #A595D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595D8

Black with #A595D8

Text Example


Text Example

White with #A595D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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