#A892CE

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

Shades of Biloba Flower #A892CE

Tints of Biloba Flower #A892CE

Color information

#A892CE (or 0xA892CE) is unknown color: approx Biloba Flower. HEX triplet: A8, 92 and CE. RGB value is (168,146,206). Sum of RGB (Red+Green+Blue) = 168+146+206=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #A892CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892CE is #576D31. Grayscale: #9F9F9F. Windows color (decimal): -5729586 or 13537960. OLE color: 13537960.

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

Color convert

RGB168146206-
CMYK0.180.2900.19
HSL262º37.97%69.02%-
HSV(B)262º29.13%80.78%-
XYZ37.5733.3462.85-
YUV159.42154.29134.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=32.31%
G=28.08%
B=39.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681462060.180.2900.1926237.9769.02
HexA892CE121D0131062645
Octal250222316223502340646105
Binary10101000100100101100111010010111010100111000001101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892CE; }

 p { color: rgb(168,146,206); }

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

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

 a { background-color: rgb(168,146,206); }

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

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

 span { border-color: rgb(168,146,206); }

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