#A799D2

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

Shades of Biloba Flower #A799D2

Tints of Biloba Flower #A799D2

Color information

#A799D2 (or 0xA799D2) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and D2. RGB value is (167,153,210). Sum of RGB (Red+Green+Blue) = 167+153+210=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #A799D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799D2 is #58662D. Grayscale: #A3A3A3. Windows color (decimal): -5793326 or 13801895. OLE color: 13801895.

HSL color Cylindrical-coordinate representation of color #A799D2: hue angle of 254.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A799D2 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167153210-
CMYK0.200.2700.18
HSL254.74º38.78%71.18%-
HSV(B)254.74º27.14%82.35%-
XYZ38.9635.6565.8-
YUV163.68154.14130.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 210 (82.42% from 255) = 39.62%
R=31.51%
G=28.87%
B=39.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671532100.200.2700.18254.7438.7871.18
HexA799D2141B012ff2747
Octal247231322243302237747107
Binary1010011110011001110100101010011011010010111111111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799D2; }

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

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

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

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

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

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

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

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