#A693CD

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

Shades of Biloba Flower #A693CD

Tints of Biloba Flower #A693CD

Color information

#A693CD (or 0xA693CD) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and CD. RGB value is (166,147,205). Sum of RGB (Red+Green+Blue) = 166+147+205=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #A693CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693CD is #596C32. Grayscale: #9F9F9F. Windows color (decimal): -5860403 or 13472678. OLE color: 13472678.

HSL color Cylindrical-coordinate representation of color #A693CD: hue angle of 259.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A693CD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166147205-
CMYK0.190.2800.20
HSL259.66º36.71%69.02%-
HSV(B)259.66º28.29%80.39%-
XYZ37.1833.3862.24-
YUV159.29153.79132.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=32.05%
G=28.38%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661472050.190.2800.20259.6636.7169.02
HexA693CD131C0141042545
Octal246223315233402440445105
Binary10100110100100111100110110011111000101001000001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693CD; }

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

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

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

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

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

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

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

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