#A799CA

Color #A799CA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A799CA

Tints of Biloba Flower #A799CA

Color information

#A799CA (or 0xA799CA) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and CA. RGB value is (167,153,202). Sum of RGB (Red+Green+Blue) = 167+153+202=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #A799CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799CA is #586635. Grayscale: #A2A2A2. Windows color (decimal): -5793334 or 13277607. OLE color: 13277607.

HSL color Cylindrical-coordinate representation of color #A799CA: hue angle of 257.14º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A799CA is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167153202-
CMYK0.170.2400.21
HSL257.14º31.61%69.61%-
HSV(B)257.14º24.26%79.22%-
XYZ37.9935.2660.68-
YUV162.77150.14131.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=31.99%
G=29.31%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671532020.170.2400.21257.1431.6169.61
HexA799CA11180151012046
Octal247231312213002540140106
Binary10100111100110011100101010001110000101011000000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799CA; }

 p { color: rgb(167,153,202); }

 H1.HeaderClassName
 {
   color: #A799CA;
 }
 .AnyTagClassName
 {
   color: #A799CA;
 }
</style>
background-color css

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

 a { background-color: rgb(167,153,202); }

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

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

 span { border-color: rgb(167,153,202); }

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