#A48FD4

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

Shades of Biloba Flower #A48FD4

Tints of Biloba Flower #A48FD4

Color information

#A48FD4 (or 0xA48FD4) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and D4. RGB value is (164,143,212). Sum of RGB (Red+Green+Blue) = 164+143+212=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #A48FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FD4 is #5B702B. Grayscale: #9C9C9C. Windows color (decimal): -5992492 or 13930404. OLE color: 13930404.

HSL color Cylindrical-coordinate representation of color #A48FD4: hue angle of 258.26º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A48FD4 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164143212-
CMYK0.230.3300.17
HSL258.26º44.52%69.61%-
HSV(B)258.26º32.55%83.14%-
XYZ37.0232.2966.57-
YUV157.14158.96132.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=31.60%
G=27.55%
B=40.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641432120.230.3300.17258.2644.5269.61
HexA48FD417210111022d46
Octal244217324274102140255106
Binary101001001000111111010100101111000010100011000000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FD4; }

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

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

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

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

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

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

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

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