#A795CD

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

Shades of Biloba Flower #A795CD

Tints of Biloba Flower #A795CD

Color information

#A795CD (or 0xA795CD) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and CD. RGB value is (167,149,205). Sum of RGB (Red+Green+Blue) = 167+149+205=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A795CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CD is #586A32. Grayscale: #A0A0A0. Windows color (decimal): -5794355 or 13473191. OLE color: 13473191.

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

Color convert

RGB167149205-
CMYK0.190.2700.20
HSL259.29º35.9%69.41%-
HSV(B)259.29º27.32%80.39%-
XYZ37.734.1262.36-
YUV160.77152.96132.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=32.05%
G=28.60%
B=39.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671492050.190.2700.20259.2935.969.41
HexA795CD131B0141032445
Octal247225315233302440344105
Binary10100111100101011100110110011110110101001000000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795CD; }

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

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

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

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

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

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

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

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