#A28FCF

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

Shades of Biloba Flower #A28FCF

Tints of Biloba Flower #A28FCF

Color information

#A28FCF (or 0xA28FCF) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and CF. RGB value is (162,143,207). Sum of RGB (Red+Green+Blue) = 162+143+207=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A28FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FCF is #5D7030. Grayscale: #9B9B9B. Windows color (decimal): -6123569 or 13602722. OLE color: 13602722.

HSL color Cylindrical-coordinate representation of color #A28FCF: hue angle of 257.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28FCF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162143207-
CMYK0.220.3100.19
HSL257.81º40%68.63%-
HSV(B)257.81º30.92%81.18%-
XYZ35.9931.8363.28-
YUV155.98156.79132.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=31.64%
G=27.93%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621432070.220.3100.19257.814068.63
HexA28FCF161F0131022845
Octal242217317263702340250105
Binary10100010100011111100111110110111110100111000000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FCF; }

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

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

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

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

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

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

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

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