#A793CD

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

Shades of Biloba Flower #A793CD

Tints of Biloba Flower #A793CD

Color information

#A793CD (or 0xA793CD) is unknown color: approx Biloba Flower. HEX triplet: A7, 93 and CD. RGB value is (167,147,205). Sum of RGB (Red+Green+Blue) = 167+147+205=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A793CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A793CD is #586C32. Grayscale: #9F9F9F. Windows color (decimal): -5794867 or 13472679. OLE color: 13472679.

HSL color Cylindrical-coordinate representation of color #A793CD: hue angle of 260.69º 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 #A793CD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167147205-
CMYK0.190.2800.20
HSL260.69º36.71%69.02%-
HSV(B)260.69º28.29%80.39%-
XYZ37.3933.4962.25-
YUV159.59153.63133.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=32.18%
G=28.32%
B=39.50%

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
Decimal1671472050.190.2800.20260.6936.7169.02
HexA793CD131C0141052545
Octal247223315233402440545105
Binary10100111100100111100110110011111000101001000001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A793CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A793CD; }

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

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

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

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

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

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

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

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