#A48CD6

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

Shades of Biloba Flower #A48CD6

Tints of Biloba Flower #A48CD6

Color information

#A48CD6 (or 0xA48CD6) is unknown color: approx Biloba Flower. HEX triplet: A4, 8C and D6. RGB value is (164,140,214). Sum of RGB (Red+Green+Blue) = 164+140+214=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #A48CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CD6 is #5B7329. Grayscale: #9B9B9B. Windows color (decimal): -5993258 or 14060708. OLE color: 14060708.

HSL color Cylindrical-coordinate representation of color #A48CD6: hue angle of 259.46º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A48CD6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164140214-
CMYK0.230.3500.16
HSL259.46º47.44%69.41%-
HSV(B)259.46º34.58%83.92%-
XYZ36.8331.567.76-
YUV155.61160.95133.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=31.66%
G=27.03%
B=41.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641402140.230.3500.16259.4647.4469.41
HexA48CD617230101032f45
Octal244214326274302040357105
Binary101001001000110011010110101111000110100001000000111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CD6; }

 p { color: rgb(164,140,214); }

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

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

 a { background-color: rgb(164,140,214); }

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

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

 span { border-color: rgb(164,140,214); }

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