#A693CE

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

Shades of Biloba Flower #A693CE

Tints of Biloba Flower #A693CE

Color information

#A693CE (or 0xA693CE) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and CE. RGB value is (166,147,206). Sum of RGB (Red+Green+Blue) = 166+147+206=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A693CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693CE is #596C31. Grayscale: #9F9F9F. Windows color (decimal): -5860402 or 13538214. OLE color: 13538214.

HSL color Cylindrical-coordinate representation of color #A693CE: hue angle of 259.32º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A693CE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166147206-
CMYK0.190.2900.19
HSL259.32º37.58%69.22%-
HSV(B)259.32º28.64%80.78%-
XYZ37.333.4362.88-
YUV159.41154.29132.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=31.98%
G=28.32%
B=39.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661472060.190.2900.19259.3237.5869.22
HexA693CE131D0131032645
Octal246223316233502340346105
Binary10100110100100111100111010011111010100111000000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693CE; }

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

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

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

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

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

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

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

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