Html Css Color HEX #A796D9 Biloba Flower

📋 copy color: '#A796D9'

red 167 ◦ green 150 ◦ blue 217

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

Shades of Biloba Flower #A796D9

Tints of Biloba Flower #A796D9

RGB

 RED value IS 167 (65.63% from 255) = 31.27%

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

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 31.27%
G = 28.09%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A796D9 (or 0xA796D9) is known color: Biloba Flower. HEX triplet: A7, 96 and D9. RGB value is (167,150,217). Sum of RGB (Red+Green+Blue) = 167+150+217=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #A796D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796D9 is #586926. Grayscale: #A2A2A2. Windows color (decimal): -5794087 or 14259879. OLE color: 14259879.

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

Color convert

RGB 167 150 217 -
CMYK 0.23 0.31 0 0.15
HSL 255.22º 0.47% 0.72% -
HSV(B) 255.22º 0.31% 0.85% -
XYZ 39.37 35.04 70.33 -
YUV 162.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 167 150 217 0.23 0.31 0 0.15 255.22 0.47 0.72
Hex A7 96 D9 17 1F 0 F FF 2F 48
Octal 247 226 331 27 37 0 17 377 57 110
Binary 10100111 10010110 11011001 10111 11111 0 1111 11111111 101111 1001000

Color Harmonies of #A796D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796D9

Black with #A796D9

Text Example


Text Example

White with #A796D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796D9; }

 p { color: rgb(167,150,217); }

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

background-color css

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

 a { background-color: rgb(167,150,217); }

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

border-color css

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

 span { border-color: rgb(167,150,217); }

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