#A28AD4

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

Shades of Biloba Flower #A28AD4

Tints of Biloba Flower #A28AD4

Color information

#A28AD4 (or 0xA28AD4) is unknown color: approx Biloba Flower. HEX triplet: A2, 8A and D4. RGB value is (162,138,212). Sum of RGB (Red+Green+Blue) = 162+138+212=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #A28AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AD4 is #5D752B. Grayscale: #999999. Windows color (decimal): -6124844 or 13929122. OLE color: 13929122.

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

Color convert

RGB162138212-
CMYK0.240.3500.17
HSL259.46º46.25%68.63%-
HSV(B)259.46º34.91%83.14%-
XYZ35.8730.6166.31-
YUV153.61160.95133.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=31.64%
G=26.95%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621382120.240.3500.17259.4646.2568.63
HexA28AD418230111032e45
Octal242212324304302140356105
Binary101000101000101011010100110001000110100011000000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AD4; }

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

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

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

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

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

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

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

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