#A28FD4

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

Shades of Biloba Flower #A28FD4

Tints of Biloba Flower #A28FD4

Color information

#A28FD4 (or 0xA28FD4) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and D4. RGB value is (162,143,212). Sum of RGB (Red+Green+Blue) = 162+143+212=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #A28FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FD4 is #5D702B. Grayscale: #9C9C9C. Windows color (decimal): -6123564 or 13930402. OLE color: 13930402.

HSL color Cylindrical-coordinate representation of color #A28FD4: hue angle of 256.52º 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 #A28FD4 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162143212-
CMYK0.240.3300.17
HSL256.52º44.52%69.61%-
HSV(B)256.52º32.55%83.14%-
XYZ36.6132.0866.55-
YUV156.55159.29131.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=31.33%
G=27.66%
B=41.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621432120.240.3300.17256.5244.5269.61
HexA28FD418210111012d46
Octal242217324304102140155106
Binary101000101000111111010100110001000010100011000000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FD4; }

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

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

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

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

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

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

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

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