Html Css Color HEX #A596C8 Biloba Flower

📋 copy color: '#A596C8'

red 165 ◦ green 150 ◦ blue 200

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

Shades of Biloba Flower #A596C8

Tints of Biloba Flower #A596C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 32.04%
G = 29.13%
B = 38.83%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A596C8 (or 0xA596C8) is known color: Biloba Flower. HEX triplet: A5, 96 and C8. RGB value is (165,150,200). Sum of RGB (Red+Green+Blue) = 165+150+200=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #A596C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596C8 is #5A6937. Grayscale: #A0A0A0. Windows color (decimal): -5925176 or 13145765. OLE color: 13145765.

HSL color Cylindrical-coordinate representation of color #A596C8: hue angle of 258º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A596C8 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 150 200 -
CMYK 0.18 0.25 0 0.22
HSL 258º 0.31% 0.69% -
HSV(B) 258º 0.25% 0.78% -
XYZ 36.85 33.98 59.26 -
YUV 160.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 165 150 200 0.18 0.25 0 0.22 258 0.31 0.69
Hex A5 96 C8 12 19 0 16 102 1F 45
Octal 245 226 310 22 31 0 26 402 37 105
Binary 10100101 10010110 11001000 10010 11001 0 10110 100000010 11111 1000101

Color Harmonies of #A596C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596C8

Black with #A596C8

Text Example


Text Example

White with #A596C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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