#A392CB

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

Shades of Biloba Flower #A392CB

Tints of Biloba Flower #A392CB

Color information

#A392CB (or 0xA392CB) is unknown color: approx Biloba Flower. HEX triplet: A3, 92 and CB. RGB value is (163,146,203). Sum of RGB (Red+Green+Blue) = 163+146+203=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A392CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392CB is #5C6D34. Grayscale: #9D9D9D. Windows color (decimal): -6057269 or 13341347. OLE color: 13341347.

HSL color Cylindrical-coordinate representation of color #A392CB: hue angle of 257.89º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A392CB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163146203-
CMYK0.200.2800.20
HSL257.89º35.4%68.43%-
HSV(B)257.89º28.08%79.61%-
XYZ36.1632.6660.9-
YUV157.58153.63131.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=31.84%
G=28.52%
B=39.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631462030.200.2800.20257.8935.468.43
HexA392CB141C0141022344
Octal243222313243402440243104
Binary10100011100100101100101110100111000101001000000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392CB; }

 p { color: rgb(163,146,203); }

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

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

 a { background-color: rgb(163,146,203); }

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

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

 span { border-color: rgb(163,146,203); }

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