#A48CDA

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

Shades of Biloba Flower #A48CDA

Tints of Biloba Flower #A48CDA

Color information

#A48CDA (or 0xA48CDA) is unknown color: approx Biloba Flower. HEX triplet: A4, 8C and DA. RGB value is (164,140,218). Sum of RGB (Red+Green+Blue) = 164+140+218=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A48CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CDA is #5B7325. Grayscale: #9B9B9B. Windows color (decimal): -5993254 or 14322852. OLE color: 14322852.

HSL color Cylindrical-coordinate representation of color #A48CDA: hue angle of 258.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48CDA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164140218-
CMYK0.250.3600.15
HSL258.46º51.32%70.2%-
HSV(B)258.46º35.78%85.49%-
XYZ37.3431.7170.48-
YUV156.07162.95133.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=31.42%
G=26.82%
B=41.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641402180.250.3600.15258.4651.3270.2
HexA48CDA19240F1023346
Octal244214332314401740263106
Binary10100100100011001101101011001100100011111000000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CDA; }

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

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

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

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

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

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

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

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