#a38cd2

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

Shades of Biloba Flower #A38CD2

Tints of Biloba Flower #A38CD2

Color information

#A38CD2 (or 0xA38CD2) is unknown color: approx Biloba Flower. HEX triplet: A3, 8C and D2. RGB value is (163,140,210). Sum of RGB (Red+Green+Blue) = 163+140+210=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #A38CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CD2 is #5C732D. Grayscale: #9A9A9A. Windows color (decimal): -6058798 or 13798563. OLE color: 13798563.

HSL color Cylindrical-coordinate representation of color #A38CD2: hue angle of 259.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A38CD2 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163140210-
CMYK0.220.3300.18
HSL259.71º43.75%68.63%-
HSV(B)259.71º33.33%82.35%-
XYZ36.1231.265.09-
YUV154.86159.12133.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 210 (82.42% from 255) = 40.94%
R=31.77%
G=27.29%
B=40.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631402100.220.3300.18259.7143.7568.63
HexA38CD216210121042c45
Octal243214322264102240454105
Binary101000111000110011010010101101000010100101000001001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38cd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38cd2; }

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

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

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

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

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

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

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

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