#A38AF2

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

Shades of Biloba Flower #A38AF2

Tints of Biloba Flower #A38AF2

Color information

#A38AF2 (or 0xA38AF2) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and F2. RGB value is (163,138,242). Sum of RGB (Red+Green+Blue) = 163+138+242=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #A38AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AF2 is #5C750D. Grayscale: #9C9C9C. Windows color (decimal): -6059278 or 15895203. OLE color: 15895203.

HSL color Cylindrical-coordinate representation of color #A38AF2: hue angle of 254.42º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A38AF2 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163138242-
CMYK0.330.4300.05
HSL254.42º80%74.51%-
HSV(B)254.42º42.98%94.9%-
XYZ40.2232.3788.13-
YUV157.33175.78132.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 242 (94.92% from 255) = 44.57%
R=30.02%
G=25.41%
B=44.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631382420.330.4300.05254.428074.51
HexA38AF2212B05fe504b
Octal243212362415305376120113
Binary10100011100010101111001010000110101101011111111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AF2; }

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

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

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

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

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

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

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

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