#A28AED

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

Shades of Biloba Flower #A28AED

Tints of Biloba Flower #A28AED

Color information

#A28AED (or 0xA28AED) is unknown color: approx Biloba Flower. HEX triplet: A2, 8A and ED. RGB value is (162,138,237). Sum of RGB (Red+Green+Blue) = 162+138+237=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #A28AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AED is #5D7512. Grayscale: #9C9C9C. Windows color (decimal): -6124819 or 15567522. OLE color: 15567522.

HSL color Cylindrical-coordinate representation of color #A28AED: hue angle of 254.55º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A28AED is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162138237-
CMYK0.320.4200.07
HSL254.55º73.33%73.53%-
HSV(B)254.55º41.77%92.94%-
XYZ39.2731.9784.22-
YUV156.46173.45131.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=30.17%
G=25.70%
B=44.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621382370.320.4200.07254.5573.3373.53
HexA28AED202A07ff494a
Octal242212355405207377111112
Binary10100010100010101110110110000010101001111111111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AED; }

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

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

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

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

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

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

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

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