#A892D4

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

Shades of Biloba Flower #A892D4

Tints of Biloba Flower #A892D4

Color information

#A892D4 (or 0xA892D4) is unknown color: approx Biloba Flower. HEX triplet: A8, 92 and D4. RGB value is (168,146,212). Sum of RGB (Red+Green+Blue) = 168+146+212=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #A892D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892D4 is #576D2B. Grayscale: #9F9F9F. Windows color (decimal): -5729580 or 13931176. OLE color: 13931176.

HSL color Cylindrical-coordinate representation of color #A892D4: hue angle of 260º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A892D4 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168146212-
CMYK0.210.3100.17
HSL260º43.42%70.2%-
HSV(B)260º31.13%83.14%-
XYZ38.3133.6466.76-
YUV160.1157.29133.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=31.94%
G=27.76%
B=40.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681462120.210.3100.1726043.4270.2
HexA892D4151F0111042b46
Octal250222324253702140453106
Binary10101000100100101101010010101111110100011000001001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892D4; }

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

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

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

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

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

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

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

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