#A28BD3

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

Shades of Biloba Flower #A28BD3

Tints of Biloba Flower #A28BD3

Color information

#A28BD3 (or 0xA28BD3) is unknown color: approx Biloba Flower. HEX triplet: A2, 8B and D3. RGB value is (162,139,211). Sum of RGB (Red+Green+Blue) = 162+139+211=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #A28BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BD3 is #5D742C. Grayscale: #999999. Windows color (decimal): -6124589 or 13863842. OLE color: 13863842.

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

Color convert

RGB162139211-
CMYK0.230.3400.17
HSL259.17º45%68.63%-
HSV(B)259.17º34.12%82.75%-
XYZ35.8930.8565.69-
YUV154.08160.12133.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=31.64%
G=27.15%
B=41.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621392110.230.3400.17259.174568.63
HexA28BD317220111032d45
Octal242213323274202140355105
Binary101000101000101111010011101111000100100011000000111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BD3; }

 p { color: rgb(162,139,211); }

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

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

 a { background-color: rgb(162,139,211); }

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

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

 span { border-color: rgb(162,139,211); }

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