#A38FCF

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

Shades of Biloba Flower #A38FCF

Tints of Biloba Flower #A38FCF

Color information

#A38FCF (or 0xA38FCF) is unknown color: approx Biloba Flower. HEX triplet: A3, 8F and CF. RGB value is (163,143,207). Sum of RGB (Red+Green+Blue) = 163+143+207=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A38FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCF is #5C7030. Grayscale: #9C9C9C. Windows color (decimal): -6058033 or 13602723. OLE color: 13602723.

HSL color Cylindrical-coordinate representation of color #A38FCF: hue angle of 258.75º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38FCF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163143207-
CMYK0.210.3100.19
HSL258.75º40%68.63%-
HSV(B)258.75º30.92%81.18%-
XYZ36.1931.9463.29-
YUV156.28156.63132.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=31.77%
G=27.88%
B=40.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631432070.210.3100.19258.754068.63
HexA38FCF151F0131032845
Octal243217317253702340350105
Binary10100011100011111100111110101111110100111000000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FCF; }

 p { color: rgb(163,143,207); }

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

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

 a { background-color: rgb(163,143,207); }

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

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

 span { border-color: rgb(163,143,207); }

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