#A695F2

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

Shades of Biloba Flower #A695F2

Tints of Biloba Flower #A695F2

Color information

#A695F2 (or 0xA695F2) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and F2. RGB value is (166,149,242). Sum of RGB (Red+Green+Blue) = 166+149+242=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #A695F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695F2 is #596A0D. Grayscale: #A4A4A4. Windows color (decimal): -5859854 or 15898022. OLE color: 15898022.

HSL color Cylindrical-coordinate representation of color #A695F2: hue angle of 250.97º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A695F2 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166149242-
CMYK0.310.3800.05
HSL250.97º78.15%76.67%-
HSV(B)250.97º38.43%94.9%-
XYZ42.536.0188.72-
YUV164.68171.63128.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=29.80%
G=26.75%
B=43.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661492420.310.3800.05250.9778.1576.67
HexA695F21F2605fb4e4d
Octal246225362374605373116115
Binary1010011010010101111100101111110011001011111101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695F2; }

 p { color: rgb(166,149,242); }

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

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

 a { background-color: rgb(166,149,242); }

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

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

 span { border-color: rgb(166,149,242); }

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