#A693DA

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

Shades of Biloba Flower #A693DA

Tints of Biloba Flower #A693DA

Color information

#A693DA (or 0xA693DA) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and DA. RGB value is (166,147,218). Sum of RGB (Red+Green+Blue) = 166+147+218=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A693DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693DA is #596C25. Grayscale: #A0A0A0. Windows color (decimal): -5860390 or 14324646. OLE color: 14324646.

HSL color Cylindrical-coordinate representation of color #A693DA: hue angle of 256.06º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A693DA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166147218-
CMYK0.240.3300.15
HSL256.06º48.97%71.57%-
HSV(B)256.06º32.57%85.49%-
XYZ38.8134.0470.85-
YUV160.78160.29131.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=31.26%
G=27.68%
B=41.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661472180.240.3300.15256.0648.9771.57
HexA693DA18210F1003148
Octal246223332304101740061110
Binary10100110100100111101101011000100001011111000000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693DA; }

 p { color: rgb(166,147,218); }

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

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

 a { background-color: rgb(166,147,218); }

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

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

 span { border-color: rgb(166,147,218); }

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