#A690F8

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

Shades of Biloba Flower #A690F8

Tints of Biloba Flower #A690F8

Color information

#A690F8 (or 0xA690F8) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and F8. RGB value is (166,144,248). Sum of RGB (Red+Green+Blue) = 166+144+248=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #A690F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690F8 is #596F07. Grayscale: #A2A2A2. Windows color (decimal): -5861128 or 16289958. OLE color: 16289958.

HSL color Cylindrical-coordinate representation of color #A690F8: hue angle of 252.69º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A690F8 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166144248-
CMYK0.330.4200.03
HSL252.69º88.14%76.86%-
HSV(B)252.69º41.94%97.25%-
XYZ42.6434.8393.28-
YUV162.43176.29130.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=29.75%
G=25.81%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661442480.330.4200.03252.6988.1476.86
HexA690F8212A03fd584d
Octal246220370415203375130115
Binary1010011010010000111110001000011010100111111110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690F8; }

 p { color: rgb(166,144,248); }

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

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

 a { background-color: rgb(166,144,248); }

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

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

 span { border-color: rgb(166,144,248); }

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