#a28ce2

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

Shades of Biloba Flower #A28CE2

Tints of Biloba Flower #A28CE2

Color information

#A28CE2 (or 0xA28CE2) is unknown color: approx Biloba Flower. HEX triplet: A2, 8C and E2. RGB value is (162,140,226). Sum of RGB (Red+Green+Blue) = 162+140+226=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #A28CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CE2 is #5D731D. Grayscale: #9C9C9C. Windows color (decimal): -6124318 or 14847138. OLE color: 14847138.

HSL color Cylindrical-coordinate representation of color #A28CE2: hue angle of 255.35º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A28CE2 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162140226-
CMYK0.280.3800.11
HSL255.35º59.72%71.76%-
HSV(B)255.35º38.05%88.63%-
XYZ38.0131.9376.11-
YUV156.38167.29132.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=30.68%
G=26.52%
B=42.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621402260.280.3800.11255.3559.7271.76
HexA28CE21C260Bff3c48
Octal242214342344601337774110
Binary1010001010001100111000101110010011001011111111111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a28ce2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a28ce2; }

 p { color: rgb(162,140,226); }

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

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

 a { background-color: rgb(162,140,226); }

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

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

 span { border-color: rgb(162,140,226); }

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