#A692F8

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

Shades of Biloba Flower #A692F8

Tints of Biloba Flower #A692F8

Color information

#A692F8 (or 0xA692F8) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and F8. RGB value is (166,146,248). Sum of RGB (Red+Green+Blue) = 166+146+248=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #A692F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692F8 is #596D07. Grayscale: #A3A3A3. Windows color (decimal): -5860616 or 16290470. OLE color: 16290470.

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

Color convert

RGB166146248-
CMYK0.330.4100.03
HSL251.76º87.93%77.25%-
HSV(B)251.76º41.13%97.25%-
XYZ42.9535.4493.38-
YUV163.61175.63129.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 248 (97.27% from 255) = 44.29%
R=29.64%
G=26.07%
B=44.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661462480.330.4100.03251.7687.9377.25
HexA692F8212903fc584d
Octal246222370415103374130115
Binary1010011010010010111110001000011010010111111110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692F8; }

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

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

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

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

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

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

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

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