#A693DB

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

Shades of Biloba Flower #A693DB

Tints of Biloba Flower #A693DB

Color information

#A693DB (or 0xA693DB) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and DB. RGB value is (166,147,219). Sum of RGB (Red+Green+Blue) = 166+147+219=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A693DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693DB is #596C24. Grayscale: #A0A0A0. Windows color (decimal): -5860389 or 14390182. OLE color: 14390182.

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

Color convert

RGB166147219-
CMYK0.240.3300.14
HSL255.83º50%71.76%-
HSV(B)255.83º32.88%85.88%-
XYZ38.9534.0971.54-
YUV160.89160.79131.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=31.20%
G=27.63%
B=41.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661472190.240.3300.14255.835071.76
HexA693DB18210E1003248
Octal246223333304101640062110
Binary10100110100100111101101111000100001011101000000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693DB; }

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

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

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

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

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

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

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

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