#A38CEC

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

Shades of Biloba Flower #A38CEC

Tints of Biloba Flower #A38CEC

Color information

#A38CEC (or 0xA38CEC) is unknown color: approx Biloba Flower. HEX triplet: A3, 8C and EC. RGB value is (163,140,236). Sum of RGB (Red+Green+Blue) = 163+140+236=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A38CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CEC is #5C7313. Grayscale: #9D9D9D. Windows color (decimal): -6058772 or 15502499. OLE color: 15502499.

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

Color convert

RGB163140236-
CMYK0.310.4100.07
HSL254.38º71.64%73.73%-
HSV(B)254.38º40.68%92.55%-
XYZ39.6232.683.56-
YUV157.82172.12131.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=30.24%
G=25.97%
B=43.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631402360.310.4100.07254.3871.6473.73
HexA38CEC1F2907fe484a
Octal243214354375107376110112
Binary1010001110001100111011001111110100101111111111010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CEC; }

 p { color: rgb(163,140,236); }

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

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

 a { background-color: rgb(163,140,236); }

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

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

 span { border-color: rgb(163,140,236); }

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