#A38AEB

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

Shades of Biloba Flower #A38AEB

Tints of Biloba Flower #A38AEB

Color information

#A38AEB (or 0xA38AEB) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and EB. RGB value is (163,138,235). Sum of RGB (Red+Green+Blue) = 163+138+235=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #A38AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AEB is #5C7514. Grayscale: #9C9C9C. Windows color (decimal): -6059285 or 15436451. OLE color: 15436451.

HSL color Cylindrical-coordinate representation of color #A38AEB: hue angle of 255.46º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38AEB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163138235-
CMYK0.310.4100.08
HSL255.46º70.8%73.14%-
HSV(B)255.46º41.28%92.16%-
XYZ39.1931.9682.7-
YUV156.53172.28132.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=30.41%
G=25.75%
B=43.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631382350.310.4100.08255.4670.873.14
HexA38AEB1F2908ff4749
Octal2432123533751010377107111
Binary10100011100010101110101111111101001010001111111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AEB; }

 p { color: rgb(163,138,235); }

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

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

 a { background-color: rgb(163,138,235); }

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

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

 span { border-color: rgb(163,138,235); }

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