#A48FCD

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

Shades of Biloba Flower #A48FCD

Tints of Biloba Flower #A48FCD

Color information

#A48FCD (or 0xA48FCD) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and CD. RGB value is (164,143,205). Sum of RGB (Red+Green+Blue) = 164+143+205=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A48FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FCD is #5B7032. Grayscale: #9C9C9C. Windows color (decimal): -5992499 or 13471652. OLE color: 13471652.

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

Color convert

RGB164143205-
CMYK0.20.3000.20
HSL260.32º38.27%68.24%-
HSV(B)260.32º30.24%80.39%-
XYZ36.1531.9562.02-
YUV156.35155.46133.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=32.03%
G=27.93%
B=40.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641432050.20.3000.20260.3238.2768.24
HexA48FCD141E0141042644
Octal244217315243602440446104
Binary10100100100011111100110110100111100101001000001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FCD; }

 p { color: rgb(164,143,205); }

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

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

 a { background-color: rgb(164,143,205); }

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

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

 span { border-color: rgb(164,143,205); }

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