#A993FF

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

Shades of Biloba Flower #A993FF

Tints of Biloba Flower #A993FF

Color information

#A993FF (or 0xA993FF) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and FF. RGB value is (169,147,255). Sum of RGB (Red+Green+Blue) = 169+147+255=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A993FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993FF is #566C00. Grayscale: #A5A5A5. Windows color (decimal): -5663745 or 16749481. OLE color: 16749481.

HSL color Cylindrical-coordinate representation of color #A993FF: hue angle of 252.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A993FF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169147255-
CMYK0.340.4200
HSL252.22º100%78.82%-
HSV(B)252.22º42.35%100%-
XYZ44.8536.5299.29-
YUV165.89178.29130.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.60%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 255 (100% from 255) = 44.66%
R=29.60%
G=25.74%
B=44.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691472550.340.4200252.2210078.82
HexA993FF222A00fc644f
Octal251223377425200374144117
Binary101010011001001111111111100010101010001111110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993FF; }

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

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

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

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

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

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

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

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