#A993CF

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

Shades of Biloba Flower #A993CF

Tints of Biloba Flower #A993CF

Color information

#A993CF (or 0xA993CF) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and CF. RGB value is (169,147,207). Sum of RGB (Red+Green+Blue) = 169+147+207=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #A993CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993CF is #566C30. Grayscale: #A0A0A0. Windows color (decimal): -5663793 or 13603753. OLE color: 13603753.

HSL color Cylindrical-coordinate representation of color #A993CF: hue angle of 262º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A993CF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169147207-
CMYK0.180.2900.19
HSL262º38.46%69.41%-
HSV(B)262º28.99%81.18%-
XYZ38.0633.8163.55-
YUV160.42154.29134.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=32.31%
G=28.11%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691472070.180.2900.1926238.4669.41
HexA993CF121D0131062645
Octal251223317223502340646105
Binary10101001100100111100111110010111010100111000001101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993CF; }

 p { color: rgb(169,147,207); }

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

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

 a { background-color: rgb(169,147,207); }

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

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

 span { border-color: rgb(169,147,207); }

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