#A28BD4

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

Shades of Biloba Flower #A28BD4

Tints of Biloba Flower #A28BD4

Color information

#A28BD4 (or 0xA28BD4) is unknown color: approx Biloba Flower. HEX triplet: A2, 8B and D4. RGB value is (162,139,212). Sum of RGB (Red+Green+Blue) = 162+139+212=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #A28BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BD4 is #5D742B. Grayscale: #999999. Windows color (decimal): -6124588 or 13929378. OLE color: 13929378.

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

Color convert

RGB162139212-
CMYK0.240.3400.17
HSL258.9º45.91%68.82%-
HSV(B)258.9º34.43%83.14%-
XYZ36.0230.966.35-
YUV154.2160.62133.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=31.58%
G=27.10%
B=41.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621392120.240.3400.17258.945.9168.82
HexA28BD418220111032e45
Octal242213324304202140356105
Binary101000101000101111010100110001000100100011000000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BD4; }

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

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

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

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

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

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

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

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