#A895CD

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

Shades of Biloba Flower #A895CD

Tints of Biloba Flower #A895CD

Color information

#A895CD (or 0xA895CD) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and CD. RGB value is (168,149,205). Sum of RGB (Red+Green+Blue) = 168+149+205=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #A895CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CD is #576A32. Grayscale: #A0A0A0. Windows color (decimal): -5728819 or 13473192. OLE color: 13473192.

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

Color convert

RGB168149205-
CMYK0.180.2700.20
HSL260.36º35.9%69.41%-
HSV(B)260.36º27.32%80.39%-
XYZ37.9234.2362.37-
YUV161.06152.79132.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=32.18%
G=28.54%
B=39.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681492050.180.2700.20260.3635.969.41
HexA895CD121B0141042445
Octal250225315223302440444105
Binary10101000100101011100110110010110110101001000001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895CD; }

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

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

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

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

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

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

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

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