#A48CDB

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

Shades of Biloba Flower #A48CDB

Tints of Biloba Flower #A48CDB

Color information

#A48CDB (or 0xA48CDB) is unknown color: approx Biloba Flower. HEX triplet: A4, 8C and DB. RGB value is (164,140,219). Sum of RGB (Red+Green+Blue) = 164+140+219=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CDB is #5B7324. Grayscale: #9B9B9B. Windows color (decimal): -5993253 or 14388388. OLE color: 14388388.

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

Color convert

RGB164140219-
CMYK0.250.3600.14
HSL258.23º52.32%70.39%-
HSV(B)258.23º36.07%85.88%-
XYZ37.4731.7671.17-
YUV156.18163.45133.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=31.36%
G=26.77%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641402190.250.3600.14258.2352.3270.39
HexA48CDB19240E1023446
Octal244214333314401640264106
Binary10100100100011001101101111001100100011101000000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CDB; }

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

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

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

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

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

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

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

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