Html Css Color HEX #A596D8 Biloba Flower

📋 copy color: '#A596D8'

red 165 ◦ green 150 ◦ blue 216

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

Shades of Biloba Flower #A596D8

Tints of Biloba Flower #A596D8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.25%

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

R = 31.07%
G = 28.25%
B = 40.68%

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

#A596D8 (or 0xA596D8) is known color: Biloba Flower. HEX triplet: A5, 96 and D8. RGB value is (165,150,216). Sum of RGB (Red+Green+Blue) = 165+150+216=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #A596D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596D8 is #5A6927. Grayscale: #A1A1A1. Windows color (decimal): -5925160 or 14194341. OLE color: 14194341.

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

Color convert

RGB 165 150 216 -
CMYK 0.24 0.31 0 0.15
HSL 253.64º 0.46% 0.72% -
HSV(B) 253.64º 0.31% 0.85% -
XYZ 38.82 34.77 69.63 -
YUV 162.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 165 150 216 0.24 0.31 0 0.15 253.64 0.46 0.72
Hex A5 96 D8 18 1F 0 F FE 2E 48
Octal 245 226 330 30 37 0 17 376 56 110
Binary 10100101 10010110 11011000 11000 11111 0 1111 11111110 101110 1001000

Color Harmonies of #A596D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596D8

Black with #A596D8

Text Example


Text Example

White with #A596D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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